Dash、Pandas实现数据可视化

1 Project Overview

1.1 Project Description

Based on pandas and dash,design and implement a Dashboard for a dataset.

1.2 Project function requirements

The dashboard should contain at least three graphs (e.g. scatter plot, bar chart, pie chart, line chart, etc) which reveal certain information respectively

It’s not necessary to visualize all the columns/rows of the dataset. You can choose only several of them.

An example

2 Design and implementation

2.1 Design

2.1.1 the file directory structure :

├── datasets

│      └── BlackFriday.csv

├── Data Visualization.py

└── readme

2.1.2 Data analysis and processing

Describe a data analysis task for the dataset

(objectives, characteristics of the dataset, etc);


Dash、Pandas实现数据可视化

点击此处下载源码