Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```