forked from MLSA-Mehran-UET/learn2code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathData Science_Libraries
More file actions
11 lines (8 loc) · 877 Bytes
/
Copy pathData Science_Libraries
File metadata and controls
11 lines (8 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
NUMPY: Numpy stands for numerical python. It is python's extension module and math library.Numpy id for all mathematical operations, arrays, matrices, and lists.
You can install numpy as: pip install numpy
Pandas: Pandas is a library created to help developers work with "labeled" and "relational" data intuitively. It's based on two main data structures: "Series" and "Data Frames."
You can install Pandas as: pip install manager and then pip install pandas
Matplotlib: An alternative of MATLAB and extensiom of numpy that is used for plotting and data visualization.
You can install Matplotlib as: install matplotlib
Seaborn: Seaborn is an open-source Python library built on top of matplotlib. It is used for data visualization and exploratory data analysis.
You can install it as: pip install seaborn