Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/e-candeloro/data-analysis-code-snippets-for-pandas-and-sklearn

These notebooks are useful to learn how to load, understand, clean and classify data using Pandas and Sklearn with Python
https://github.com/e-candeloro/data-analysis-code-snippets-for-pandas-and-sklearn

analysis big-data classification data datascience datavisualization machine-learning notebook numpy pandas python sklearn

Last synced: 21 days ago
JSON representation

These notebooks are useful to learn how to load, understand, clean and classify data using Pandas and Sklearn with Python

Awesome Lists containing this project

README

        

# Data Analysis Snippets and Example with Pandas and Sklearn

In this repository there are two Python notebooks:
- one named 'Data Analysis Snippets" containing useful code I found/wrote to help with using Pandas and Sklearn
- one name 'Data Analysis + ML classification example' where I used Pandas and Sklearn to solve a data analysis and classification/evaluation problem

These notebooks are useful to learn how to load, understand, clean and classify data.
A csv dataset is present for the example notebook.

**NOTES**:
- most of the code comments are in Italian but a lot of the snippets are self explanatory
- the example is taken from the exam of "Big Data Analysis" done at the University of Modena and Reggio Emilia
- the majority of this code is not mine and comes from various sources, therefore I take no credit to it and you are free to use it as is