Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomascenni/anfavea-data-analysis
Data analysis with Pandas and Datapane.
https://github.com/thomascenni/anfavea-data-analysis
data-analysis datapane pandas
Last synced: 21 days ago
JSON representation
Data analysis with Pandas and Datapane.
- Host: GitHub
- URL: https://github.com/thomascenni/anfavea-data-analysis
- Owner: thomascenni
- Created: 2020-06-30T19:05:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T17:13:13.000Z (over 2 years ago)
- Last Synced: 2023-07-14T21:49:59.430Z (over 1 year ago)
- Topics: data-analysis, datapane, pandas
- Language: Python
- Homepage: https://thomascenni.com/blog/data-analysis-with-pandas-webdatarocks-and-datapane/
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Anfavea Data Analysis
An example of data analysis with Pandas and Datapane about the monthly production and licensing of vehicles in Brazil from Anfavea (National Association of Motor Vehicle Manufacturers).
More information on the blog post:
[Data analysis with Pandas, WebDataRocks and Datapane | Bird Solutions](https://thomascenni.com/blog/data-analysis-with-pandas-webdatarocks-and-datapane/)
How to use:
```
git clone https://github.com/thomascenni/anfavea-data-analysis.git
cd anfavea-data-analysis/
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python anfavea_analysis.py
```