0% found this document useful (0 votes)
14 views

Librerias de Python

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Librerias de Python

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

Showing them meaningful results of analysis.


These libraries enable you to create graphs, charts and maps.

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

Here we introduce two packages,


the Scikit-learn library contains tools statistical modeling, including regression, classification,
clustering, and so on.
This library is built on NumPy, SciPy and Matplotib.
Statsmodels is also a Python module that allows users to explore data, estimate statistical
models, and perform statistical tests.

You might also like