In this repo you will find a collection of projects that use Quarto to publish data content. Quarto is a computational notebook system that supports R, Python, Julia, and JavaScript. Quarto is designed to support the publication of data-centric content to the web, PDF, and other formats.
To get started with Quarto, I recommend watching the Quarto Crash Course video posted on YouTube
In this project we have 6 months of Airbnb reviews data for the city of Boston. We create a dashboard that shows trends over time, where our airbnb properties are, and interactive tables of listings & review data. Check out the video here.
In this project we have a dataset of telecom customers and their churn status. We use Quarto to generate an HTML report that includes code, output, and narrative. This report is designed to be shared with a non-technical audience.
One key feature of this video is that we will quickly convert a Jupyter Notebook into the HTML report. This is a common workflow for many data scientists who are looking to share their work with a broader audience.
The video can be viewed here
In this video we dive deeper into the slideshow capabilities of Quarto with Python. We adapt the demo slideshow from Quarto documentation to focus on Python based code snippets.
The video can be viewed here
I recommend checking out the Quarto Demo here
And reading the corresponding Source Code here