polpo.preprocessing.pd#
Preprocessing steps involving pandas dataframes.
Classes#
|
Extract a column from a dataframe and convert it to a dict. |
|
Select dataframe column. |
|
Extract one or more columns from a dataframe and convert them to a row-indexed dict. |
|
Read csv with pandas. |
|
Make a copy of a dataframe. |
|
|
|
Convert dataframe into dict. |
|
Drop specified labels from rows or columns. |
|
Drop nan in a dataframe. |
|
Set the DataFrame index using existing columns. |
|
|
Preprocessing step. |
|
Convert series into dict. |
|
|
Update dataframe column values. |