/Data-Analysis

Primary LanguageJupyter Notebook

Data-Analysis

If you are new to python data analysis this repository is perfect for you to start with it contains easy to grip notebooks compiled from learnings from youtube, pluralsight, OpenLearn and my own inputs


What you will learn:
  • How to work with Jupyter Notebooks, for more details Jupyter.org.Those who are not famalier with jupyter can also use .py files.
  • Basics of Pandas - a python library used for data analysis, for more details Pandas Documentation.
  • How to find out results by performing calculations on the data using mostly built in functions of pandas
  • Introduction to Matplotlib - Python library to plot data
  • How to plot the results in the form of charts, histogram, line plot, 3D graphs etc.
  • Various other important links for you to learn more in the section below

Navigation
  1. There are folders based on different topics part wise.
  2. Each folder contains data files and notebook related to the topic.
  3. The topic is written in the commit section neighbouring the file name.
  4. You have to start your journey with Introduction to pandas file.
  5. Then you have to follow the part number of the commit message.
  6. The Data Visualization folder is the last to be attempted, it deals with all the potting and visualizing.

This is a open source repository, so feel free to fork, generate a pull request, download etc.


If any problems, please reach me at:
  • Email:vishvap.101@gmail.com
  • Twitter: @vnspvt

Happy Learning...