These are the codes and extra that will be used within "Data Visualization and Interactive Dashboards with Python"
Amazon: https://www.amazon.com/dp/B0BF2TNF9V
The revenue data can be found here: Revenue Data
The code for the revenue dashboard can be found here: Code
The Covid-19 data can be found here: Covid-19 Data
The code for the Covid-19 dashboard can be found here: Code
- What is Python?
1.1. Installing Python
1.2. Building the Virtual Environment - Jupyter Notebook
- Introduction of the Data
3.1. Revenue Data
3.2. Public Data (COVID-19 & Vaccination) - The Goal of the Book
- What is Plotly?
1.1. Plotly Inputs
1.2. Plotly – Inputting Data as Objects - Plotly Basic Chart
2.1. Bar Chart
2.2. Scatter & Line Chart
2.3. Pie Chart
2.4. Sankey Diagram - Plotly Application Chart
3.1. Box Plot
3.2. Histogram
3.3. Error bar
3.4. Radar Chart
3.5. Indicator
3.6. Maps
- What is Dash?
1.1. Installing Dash - Dash Structure
2.1. Layout
2.2. Callback
2.3. Dash Auth - Using Dash & Plotly
3.1. Dashboard (Revenue Data)
3.2. Dashboard (Public Data: COVID-19 & Vaccination)
- GitHub
1.1. Registering for GitHub and Managing the Repository
1.2. Installing GitHub Desktop
1.3. Installing Git - Heroku
2.1. Registering and Setting up for Heroku
2.2. Creating Heroku App and Connecting to GitHub
2.3. Installing Heroku CLI - Preparing to Deploy the Web Dashboard
- Deploying the Dashboard