Librerias de Python
Librerias de Python
Pandas offers data structure and tools for effective data manipulation and analysis.
It provides facts, access to structured data.
The primary instrument of Pandas is the two dimensional table consisting of column and
row labels, which are called a data frame.
It is designed to provided easy indexing functionality.
The NumPy library uses arrays for its inputs and outputs.
It can be extended to objects for matrices and with minor coding changes, developers can
perform fast array processing.
SciPy includes functions for some advanced math problems as listed on this slide, as well as
data visualization.
Using data visualization methods is the best way to communicate with others.
The Matplotlib package is the most well known library for data visualization.
It is great for making graphs and plots.
The graphs are also highly customizable.
Another high level visualization library is Seaborn.
It is based on Matplotlib.
It's very easy to generate various plots such as heat maps,
time series and violin plots.
With machine learning algorithms, we're able to develop a model using our data set and
obtain predictions.
The algorithmic libraries tackles the machine learning tasks from basic