okfn-brasil / serenata-notebooks

Notebooks from Operação Serenata de Amor | ** Este repositório não recebe atualizações frequentes **
MIT License
53 stars 12 forks source link
data-analysis ipynb jupyter-notebook python

Table of Contents

Notebooks from Operação Serenata de Amor

Binder

What

Operação Serenata de Amor has been acknowledged as a great AI project in Brazil and other countries. It has become not only a project to audit public expenses but also a space of sharing and collaboration. During its history, Serenata has had many people devoted to exploring its datasets through experimental notebooks which could possibly become a Rosie's classifier.

These notebooks from multiple authors are rich assets from which people can learn about data science, Python third-party libraries and core functions, as well as gather ideas for their own investigations.

Notebooks have been removed from the main repo, but with this exploratory and educative mindset, the team republishes the notebooks in this repo, also re-opening the space for collaboration and learning. Make yourself at home, you can read notebooks and share your own.

How

To read

$ git clone https://github.com/okfn-brasil/notebooks.git

To download the datasets

We use serenata toolbox to download or generate the datasets. To install and use the toolbox just checkout the toolbox's guide.

To collaborate

Fork this repo and clone it. Then commit a new branch with your notebook and PR us. The files will be reviewed by @jtemporal and @rodolfo-viana.

If you are a newcomer or just confused about what to do, read getting-started.md.

Please remember to export a .py and .html to facilitate the review process. There's a sample config file at notebooks/jupyter_notebook_config.py to make Jupyter export these files automatically.

Reminder

The notebooks are available here for educational purposes. So please do not feel ashamed of commenting every step of your analysis, ok? Overusing documentation is better than no documentation at all.