Skip to content

This repository contains some data visualizations done using Python libraries, such as NumPy, Pandas, Matplotlib, Seaborn, and Plotly.

Notifications You must be signed in to change notification settings

Janhavi-2001/Data-Visualization-using-Python

Repository files navigation

Data Visualization using Python

This repository contains some data visualizations done using Python libraries, such as NumPy, Pandas, Matplotlib, Seaborn, and Plotly.

Click Here to head over to the project page!



The datasets used, have been imported from Kaggle.com and their respective links have been provided below:

  1. Rainfall Analysis of India Dataset

  2. Student Test Score Analysis Dataset

  3. USA Voters 2012 Dataset

  4. World Stats Dataset

A brief introduction about the libraries used:

1. NumPy:

NumPy is an open-source Python library used for numerical manipulation of arrays. Python does utilize arrays however, they are slow to process. Numpy provides a 50 times faster efficiency as compared to Python lists. This library is very commonly used in the field of data science.

For more information, visit here

2. Pandas:

Pandas is a Python library that is primarily used in data analysis and can be used to create database tables for the same. It has built-in functions for cleaning, manipulating, exploring, and analyzing datasets. Pandas dataframes can be used in exploratory data analysis and subsequently to produce a variety of plot diagrams.

For more information, visit here

3. Matplotlib:

Matplotlib is an open-source tool, used to create primitive visualization plots. Certain kinds of plots such as histograms, Bar graphs, pie charts, line graphs, and more... can be created via this library

For more information, visit here

4. Seaborn:

Seaborn is a Python library which with the help of Matplotlib, is used to plot graphs of a distributed variance. It contains two subcategories: relational plots and categorical plots. Relational plots can be used in bivariate analysis or to plot frequency distribution. Categorical plots plot frequency distribution with respect to particular categories, whose respective data is to be analyzed.

For more information, visit here

5. Plotly:

Plotly is a JavaScript-based visualization library, which contains 3D graphics charts. Dynamic plots such as horizontal bar plots, Pie plots, line plots, scatter plots, etc. can be created using this library.

About

This repository contains some data visualizations done using Python libraries, such as NumPy, Pandas, Matplotlib, Seaborn, and Plotly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published