trashpanda
trashpanda is a collection of helper methods composing tasks around pandas.DataFrames and Series.
Module Attributes
The default NaN representation used for undefined values. |
Functions
Adds blank rows into a Series or DataFrame with numpy.nan by default. |
|
|
Adds columns to a dataframe. |
|
Adds different (missing) indexes to series. |
Cuts a dataframe dropping the part after the cutting index. |
|
|
Cuts a dataframe dropping the part after the cutting index. |
|
Cuts a DataFrame after the maximum value of its condition column. |
|
Cuts a Series after its maximum value. |
|
Finds the index of an value within a Series. |
Intersects Series or DataFrame by requested indexes. |
|
Determines positions of unique indexes from a Series or DataFrame. |
|
|
Melds two DataFrames of Series into a single DataFrame with a common index. |
Overrides overlapping items of left with right. |
|
|
Overrides overlapping items of left with right. |
Removes rows of duplicated indexes from a DataFrame. |