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

https://github.com/rajan-bhateja/data-analysis-with-python

Cleaning, analysis and visualization on various datasets using Python and its various libraries via Jupyter Notebook
https://github.com/rajan-bhateja/data-analysis-with-python

data-cleaning data-science jupyter-notebook matplotlib numpy pandas python seaborn

Last synced: 3 months ago
JSON representation

Cleaning, analysis and visualization on various datasets using Python and its various libraries via Jupyter Notebook

Awesome Lists containing this project

README

          

This repository is used for storing basic analysis done on datasets using Python via Jupyter Notebook.
All the files are in .ipynb format.
The datasets used are stored in the 'Datasets' folder, in 'csv' format.
The analysis mostly includes basic statistics and visualizations like pie charts, bar charts, scatter plots, etc.
The following modules are used in most of the files:
* Pandas
* Numpy
* Matplotlib
* Seaborn