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
- Host: GitHub
- URL: https://github.com/rajan-bhateja/data-analysis-with-python
- Owner: rajan-bhateja
- Created: 2024-07-23T17:19:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T15:05:57.000Z (about 1 year ago)
- Last Synced: 2025-02-27T14:23:19.008Z (12 months ago)
- Topics: data-cleaning, data-science, jupyter-notebook, matplotlib, numpy, pandas, python, seaborn
- Language: Jupyter Notebook
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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