My virtual notes

By Maria Paula Guillaumet

Logo

After accumulating notebooks with my notes for years, I decided to make a virtual repository with my topics of interest. Here you can find a little of this and that.

Después de acumular por años cuadernos con mis notas, decidí hacer un repositorio virtual con mis temas de interés. Aquí podrán encontrar un poco de esto y aquello.

View My LinkedIn Profile

Library: Pandas

Available notes

dataframe

Basic elements

A homogeneous container of numerical element of a single type.

Series

One-dimensional ndarray with axis labels.

dataframe

Data Frames

Two-dimensional, size-mutable, potentially heterogeneous tabular data, also contains labeled axes (rows and columns).

dataframe

Pandas Official website