What are the popular python libraries for data science?
There are many libraries available in python. But the most useful one for data science are:-
NumPy – NumPy is a library used in Python used for Scientific Computing.
NumPy package has
- A powerful N-Dimensional array
- Sophisticated Functions
- Tools for Integrating C/C++
SciPy – SciPy is a library that is used for mathematical functions. SciPy comes with modules for various commonly used tasks in scientific programming, including linear algebra, integration (calculus), ordinary differential equation solving and signal processing.
Matplotlib – Matplotlib is a library used for plotting interactive 2D and 3D plots that can also be saved as manuscript-quality figures.
Pandas- Pandas is a library which provides many useful functions for accessing, indexing, merging and grouping data easily.
TensorFlow- TensorFlow is machine learning framework that Google created and used to design, build, and train deep learning models.