What is "pandas"
Pandas is an open source library written in Python, which provides optimized data structures designed to facilitate data manipulation. It is currently the most widely used and widespread library in information manipulation for data analysis
Its structure allows the reading of data from different sources, for example:
xlsx;
CSV;
HTML;
BASES SQL;
TXT
There are two main types of data structures in pandas:
Series
A Series is like a one-dimensional array, a list of values. Every Series has an index, the index, which labels each element of the list.
Dataframe
A Dataframe is a two-dimensional data structure, like a spreadsheet. ( Data matrix)
Páginas Oficial:
- Official website: http://pandas.pydata.org
- Documentation: http://pandas.pydata.org/pandas-docs/stable/