Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avinashkranjan/basic-data-analysis-and-visualization-in-python

📊 Some of the most important python tools in data science for Data Analysis and Data Visualization.
https://github.com/avinashkranjan/basic-data-analysis-and-visualization-in-python

data-analysis data-science matplotlib matplotlib-pyplot numpy pandas plotly seabourne

Last synced: 21 days ago
JSON representation

📊 Some of the most important python tools in data science for Data Analysis and Data Visualization.

Awesome Lists containing this project

README

        

# Basic-Data-Analysis-and-Visualization

**_Here are some of the most important python tools for data science, Python in conjunction with scientific computing and graphing libraries to analyze data and make presentable data visualizations._**

## Brief Overview

### Data-Analysis Libraries

- **Numpy**

Help in creating and manipulating arrays. It is one of the core python package.

- **Pandas**

Helps in reading from files and structure with series and data frames.

### Data-Visualization Libraries

- **Matplotlib**

Helps in creating various types of charts

- **Seaborn**

Helps in customizing them to be more attractive and modern looking.

- **Plotly**

Helps in taking our charts to the next level by making them interactive.