15
Python Libraries Every Data Scientist Must Know.
Pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,
built on top of the Python programming language.
built on top of the Python programming language.
Uses the following data structures;
DataFrame is a 2-dimensional data structure that can store data of different types (including characters, integers, floating point values, categorical data and more) in columns.
Series represent one-dimensional data structures, similar to an array.
Applications
Numpy stands for Numerical Python.
It is a Python library that provides a multidimensional array object and an assortment of routines for fast operations on arrays, including mathematical, logical, sorting, selecting, discrete Fourier transforms, basic linear algebra and many others.
It is a Python library that provides a multidimensional array object and an assortment of routines for fast operations on arrays, including mathematical, logical, sorting, selecting, discrete Fourier transforms, basic linear algebra and many others.
Applications
It is the most useful library for machine learning in Python. It provides a selection of efficient tools for machine learning and statistical modeling.
Applications
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
Applications
Seaborn is a Python data visualization library based on matplotlib.
It provides a high-level interface for drawing attractive and informative statistical graphics.
It provides a high-level interface for drawing attractive and informative statistical graphics.
Seaborn has important features that helps in;
TensorFlow is an end-to-end open source platform for machine learning consisting of comprehensive, flexible ecosystem of tools, libraries and community resources that lets developers easily build and deploy ML powered applications.
Applications
Similar to TensorFlow, Keras is a popular library that is used extensively for deep learning and neural network modules.
Keras supports both the TensorFlow and Theano backends.
Keras supports both the TensorFlow and Theano backends.
Applications
SciPy in Python is an open-source library used for solving mathematical, scientific, engineering, and technical problems.
It allows users to manipulate the data and visualize the data using a wide range of high-level Python commands.
SciPy is built on the Python NumPy extention.
SciPy is built on the Python NumPy extention.
Applications
🥳🥳
15