Skip to content

A complete introduction to data analysis covering the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis.

License

Notifications You must be signed in to change notification settings

tusharnankani/data-analysis-with-python

Repository files navigation

Data Analysis with Python

Overview

Introduction

Numerical Computation with NumPy

Analyzing Tabular Data with Pandas

Visualization with Matplotlib and Seaborn

Resources

Introduction

  • 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.

  • This is a part of Jovian.ml course, in association with freeCodeCamp.

  • Here is the complete Youtube Playlist for Data Analysis With Python.

  • All my learnings and notebooks can be viewed on My Jovian.ml Profile

    • Jovian.ml is like Github for Jupyter Notebooks. It is very helpful.

    • 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.

    • 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.

First, you need to install the Jovian python library, if it isn't already installed, and then import it.

!pip install jovian --upgrade --quiet
import jovian

Let's Start

Numerical Computations with NumPy

Going through the basics of NumPy.

If the notebook doesn't load, on Github, view it on Jovian.

Five NumPy operation, I bet you don't know!

This was a part of the assignment for NumPy Operations.

100 NumPy Exercises

It 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.

Analyzing Tabular Data with Pandas

Going through the basics of Pandas, via a small Case Study - Italy Covid Data Analysis.

If the notebook doesn't load, on Github, view it on Jovian.

Covid-19 World-wide Analysis

This was a part of the assignment for Pandas Analysis - Pre-processing, asking questions and answering them after analysing the Datasets.

Visualization with Matplotlib and Seaborn

Once 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.

If the notebook doesn't load, on Github, view it on Jovian.

Real-time project - An exhaustive Whatsapp Chat Data Analysis

  • Have a look at a detailed Medium Article for this project!

  • The complete project can be viewed on the repository - whatsapp-chat-analysis.

  • If the notebook doesn't load, the complete notebook can be viewed on Whatsapp Chat Analysis website, the notebook as been embedded in a index.html file, so that the complete analysis could be viewed easily.

Where to go from here?

  • Exploring more datasets! It is never-ending, there can be Infinite Stories with Data!
  • Once, done with enough Data Analysis, try making Datasets, scraping Data from websites and creating Interesting Datasets!
  • Trying hands on Machine Learning and Deep Learning.

Author

About

A complete introduction to data analysis covering the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published