+ INFORMATION

Share on social networks!

What is pandas and what is it used for in Python?

When we talk about pandas we are not referring to a group of black and white bears devouring bamboo, we are talking about the Pandas bookstore in Python, specialized in data structure management and analysis, open source and dependent on the Numpy library.

With pandas we can represent tabular data with labeled columns and rows and time series.

To train yourself and understand these concepts in depth, you can do so with our master in Advanced Programming in Python for Big Data, Hacking and Machine Learning. Furthermore, as it is a dual master's degree, you will be able to integrate the learning process with internships in companies.

Pandas Library Tools

Provides tools that allow us to read and write data in various formats such as CSV, Microsoft Excel, SQL databases and HDF5 format.

They also allow us select and filter data tables, merge and join data, transform it applying both global and windowed functions, manipulate time series and even make graphs.

Pandas has three structures of different data:

  • series, are one-dimensional structures
  • DataFrame, two-dimensional structures (tables)
  • Panel, three-dimensional structures (cubes)

Let's see an example of the first two in a quick and easy way.

series

Are one dimensional structures, similar to arrays, has an index that associates a name with each element of the series to access it.

pandas library in python

DataFrame

Are structured data sets in the form of a table where each column is an object of type Series, all the data in the same column is of the same type and the rows can contain different types.

Screenshot 2021 05 18 at 10.27.31

Subscribe to our newsletter to stay up to date with all the news

EIP International Business School informs you that the data in this form will be processed by Mainjobs Internacional Educativa y Tecnológica, SA as the person responsible for this website. The purpose of collecting and processing personal data is to respond to the query made as well as to send information about the services of the data controller. Legitimation is the consent of the interested party.
You can exercise your rights of access, rectification, limitation and deletion of data in compliance@grupomainjobs.com as well as the right to file a claim with the supervisory authority. You can consult additional and detailed information on Data Protection in the Privacy Policy that you will find in our Web page
marter-in-python

Leave a comment