{"id":13599268,"url":"https://github.com/tusharnankani/data-analysis-with-python","last_synced_at":"2025-05-07T02:05:29.151Z","repository":{"id":46182516,"uuid":"300730088","full_name":"tusharnankani/data-analysis-with-python","owner":"tusharnankani","description":"A complete introduction to data analysis covering the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis. ","archived":false,"fork":false,"pushed_at":"2021-11-08T23:59:22.000Z","size":1610,"stargazers_count":11,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T02:05:23.380Z","etag":null,"topics":["data","data-analysis","data-visualization","hacktoberfest","jovian","jovian-ml","jupyter-notebook","matplotlib","numpy","pandas","python","seaborn"],"latest_commit_sha":null,"homepage":"https://jovian.ml/tusharnankani3","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tusharnankani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-02T20:34:08.000Z","updated_at":"2025-02-01T17:50:10.000Z","dependencies_parsed_at":"2022-09-08T10:13:48.035Z","dependency_job_id":null,"html_url":"https://github.com/tusharnankani/data-analysis-with-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharnankani%2Fdata-analysis-with-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharnankani%2Fdata-analysis-with-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharnankani%2Fdata-analysis-with-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharnankani%2Fdata-analysis-with-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharnankani","download_url":"https://codeload.github.com/tusharnankani/data-analysis-with-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798855,"owners_count":21805887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","data-analysis","data-visualization","hacktoberfest","jovian","jovian-ml","jupyter-notebook","matplotlib","numpy","pandas","python","seaborn"],"created_at":"2024-08-01T17:01:01.550Z","updated_at":"2025-05-07T02:05:29.128Z","avatar_url":"https://github.com/tusharnankani.png","language":"Jupyter Notebook","readme":"# Data Analysis with Python\n\n## *Overview*\n\n[Introduction](#introduction)\n\n[Numerical Computation with NumPy](#numerical-computations-with-numpy)\n\n- [Five NumPy operation, we bet you don't know! (NumPy Assignment)](#five-numpy-operation-i-bet-you-dont-know)\n\n[Analyzing Tabular Data with Pandas](#analyzing-tabular-data-with-pandas)\n\n- [Covid-19 World-wide Analysis (Pandas Assignment)](#covid-19-world-wide-analysis)\n\n[Visualization with Matplotlib and Seaborn](#visualization-with-matplotlib-and-seaborn)\n\n- [A Comprehensive Whatsapp Chat Data Analysis (A Real-time Case Study)](#real-time-project---an-exhaustive-whatsapp-chat-data-analysis)\n\n[Resources](#resources)\n\n# *Introduction*\n\n- This is a **Data Analysis With Python** practical, beginner-friendly and coding-focused introduction to data analysis covering the basics of Python, Numpy, Pandas, data visualization and exploratory data analysis.\n\n- This is a part of **[Jovian.ml](https://jovian.ml/learn)** course, in association with **[freeCodeCamp](https://www.freecodecamp.org/)**.\n\n- Here is the complete ***Youtube Playlist*** for **[Data Analysis With Python](https://www.youtube.com/playlist?list=PLWKjhJtqVAblvI1i46ScbKV2jH1gdL7VQ)**.\n\n- All my learnings and notebooks can be viewed on **[My Jovian.ml Profile](https://jovian.ml/tusharnankani3)**\n\n    - *Jovian.ml is like Github for Jupyter Notebooks*. It is very helpful.\n    \u003cp\u003e\n        \u003cimg src=\"https://imgur.com/cBllA4l.png\" width=300\u003e\n    \u003c/p\u003e\n\n    - Running using free online resources. The easiest way to start executing this notebook is to click the \"Run\" button at the top of this page, and select *\"Run on Binder\"*. This will run the notebook on mybinder.org, a *free online service for running Jupyter notebooks*. You can also select *\"Run on Colab\"* or *\"Run on Kaggle\"*, but you'll need to create an account on Google Colab or Kaggle to use these platforms.\n\n    - Whether you're running this Jupyter notebook on an online service like Binder or on your local machine, it's important to save your work from time, so that you can access it later, or share it online. You can upload this notebook to your Jovian.ml account using the **`jovian` Python library**.\n\nFirst, you need to install the Jovian python library, if it isn't already installed, and then import it.\n\n```python\n!pip install jovian --upgrade --quiet\nimport jovian\n```\n\n# Let's Start\n\n\u003cp\u003e\n\n\u003cimg src=\"https://media.giphy.com/media/55SfA4BxofRBe/giphy.gif\" width=350\u003e\n\n\u003c/p\u003e\n\n# *Numerical Computations with NumPy*\n\nGoing through the basics of NumPy.\n\n- [Numerical Computing with Numpy - Notebook on GitHub](https://github.com/tusharnankani/data-analysis-with-python/tree/main/1-numerical-computations-with-numpy)\n\nIf the notebook doesn't load, on Github, view it on Jovian.\n\n- [Numerical Computing with Numpy - Notebook on Jovian](https://jovian.ml/tusharnankani3/numerical-computations-with-numpy)\n\n- [Youtube Video](https://www.youtube.com/watch?v=NlZXAytUeeE\u0026list=PLWKjhJtqVAblvI1i46ScbKV2jH1gdL7VQ\u0026index=3)\n\n## *Five NumPy operation, I bet you don't know!*\n\nThis was a part of the assignment for NumPy Operations.\n\n- [Numpy Operations - Notebook on GitHub](https://github.com/tusharnankani/data-analysis-with-python/tree/main/2-numpy-array-operations)\n\n- [Numpy Operations - Notebook on Jovian](https://jovian.ml/tusharnankani3/numpy-array-operations)\n\n### **100 NumPy Exercises**\n\nIt is not possible to know all functions of this huge library, the best way is to get an idea, is to look at the problem and solve it.\n\n- [Original Repository - With Questions, Hints and Answers](https://github.com/rougier/numpy-100)\n\n- [My solutions to the exercises - GitHub](https://github.com/tusharnankani/data-analysis-with-python/tree/main/6-100-numpy-exercises)\n\n- [My solutions to the exercises - Jovian](https://jovian.ml/tusharnankani3/numpy-100-exercises)\n\n# *Analyzing Tabular Data with Pandas*\n\nGoing through the basics of Pandas, via a small *Case Study* - **Italy Covid Data Analysis**.\n\n- [Data Analysis with Pandas - Notebook on GitHub](https://github.com/tusharnankani/data-analysis-with-python/tree/main/3-data-analysis-with-pandas)\n\nIf the notebook doesn't load, on Github, view it on Jovian.\n\n- [Data Analysis with Pandas - Notebook on Jovian](https://jovian.ml/tusharnankani3/python-pandas-data-analysis)\n\n- [Youtube Video](https://www.youtube.com/watch?v=b2mLDkMSyn4\u0026list=PLWKjhJtqVAblvI1i46ScbKV2jH1gdL7VQ\u0026index=4)\n\n## *Covid-19 World-wide Analysis*\n\nThis was a part of the assignment for Pandas Analysis - Pre-processing, **asking questions** and *answering them after analysing* the Datasets.\n\n- [Covid 19 Data Analysis - Notebook on GitHub](https://github.com/tusharnankani/data-analysis-with-python/tree/main/4-covid19-data-analysis)\n\n- [Covid 19 Data Analysis - Notebook on Jovian](https://jovian.ml/tusharnankani3/pandas-practice-assignment)\n\n# *Visualization with Matplotlib and Seaborn*\n\nOnce done with pre-processing and analysing Datasets, it's time to visualize them! Visualizing data is an essential part of data analysis and machine learning.\n\n- [Data Visualization using Matplotlib and Seaborn - GitHub](https://github.com/tusharnankani/data-analysis-with-python/tree/main/5-python-matplotlib-seaborn-data-visualization)\n\nIf the notebook doesn't load, on Github, view it on Jovian.\n\n- [Data Visualization using Matplotlib and Seaborn - Jovian](https://jovian.ml/aakashns/python-matplotlib-data-visualization)\n\n- [Youtube Video](https://www.youtube.com/watch?v=bybjFBOBJlg\u0026list=PLWKjhJtqVAblvI1i46ScbKV2jH1gdL7VQ\u0026index=5)\n\n# *Real-time project - An exhaustive Whatsapp Chat Data Analysis*\n\n- Have a look at a **detailed [Medium Article](https://medium.com/@tusharnankani/an-exhaustive-whatsapp-chat-data-analysis-f8421a845c30)** for this project!\n\n- The complete project can be viewed on the repository - [whatsapp-chat-analysis](https://github.com/tusharnankani/whatsapp-chat-data-analysis).\n\n- If the notebook doesn't load, the complete notebook can be viewed on [Whatsapp Chat Analysis](https://tusharnankani.github.io/whatsapp-chat-data-analysis/) website, the notebook as been embedded in a `index.html` file, so that the complete analysis could be viewed easily.\n\n# *[Resources](https://github.com/tusharnankani/data-analysis-with-python/tree/main/cheat-sheets)*\n\n- [Data Analysis with Pandas Cheat Sheet](https://github.com/tusharnankani/data-analysis-with-python/blob/main/cheat-sheets/Data%20Analysis%20with%20Pandas%20Cheat%20Sheet.pdf)\n- [Pandas in 8 Pages](https://github.com/tusharnankani/data-analysis-with-python/blob/main/cheat-sheets/Data%20Analysis%20with%20Pandas%20Cheat%20Sheet.pdf)\n- [Data Visualization Complete Cheatsheet](https://github.com/tusharnankani/data-analysis-with-python/tree/main/cheat-sheets/dataviz-cheatsheet)\n\n\n\u003cp\u003e\n\n\u003cimg src=\"https://media.giphy.com/media/PSBsUwcZmQ9UI/giphy.gif\" width=250\u003e\n\n\u003c/p\u003e\n\n#### *Where to go from here?*\n\n- Exploring more datasets! It is *never-ending*, there can be ***Infinite Stories with Data***!\n    - [awesome-public-datasets](https://github.com/awesomedata/awesome-public-datasets)\n    - [Thread of Intreseting Datasets](https://jovian.ml/forum/t/recommended-datasets-for-course-project/11711)\n- Once, done with enough Data Analysis, try making Datasets, scraping Data from websites and creating Interesting Datasets! \n- Trying hands on Machine Learning and Deep Learning.\n\n# *Author*\n\n### [Tushar Nankani](https://www.linkedin.com/in/tusharnankani/)\n","funding_links":[],"categories":["Jupyter Notebook"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharnankani%2Fdata-analysis-with-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharnankani%2Fdata-analysis-with-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharnankani%2Fdata-analysis-with-python/lists"}