Completed
- What we're building in this video
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Generating Analytics Reports in Python with Quarto - PDF Creation Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - What we're building in this video
- 2 - Quarto Installation & setup
- 3 - Adding Python code & code output to our reports
- 4 - Specifying the project output directory where reports are rendered to _quarto.yml
- 5 - Render output files from the command line quarto render
- 6 - Generating more fancy and stylized reports county-analytics-report.qmd
- 7 - Modifying parameters/variables/metadata when you render different reports from command line
- 8 - Generate hundreds of analytics reports from a single script!
- 9 - Deep dive into how the code works & formatting
- 10 - Project Extension Ideas