pandas#

Accessors#

Note

Registered as df.ht(...) on any pandas.DataFrame via pandas.api.extensions.register_dataframe_accessor().

Functions#

df_diffs

Get rows in two dfs that are different to each other.

create_empty_df

Create an empty df with specified index and column types.

explode_date_range

Explode DataFrame start/end date columns to date column.

explode_int_range

Explodes a DataFrame with integer ranges into individual rows.

pa_mod

Calculates remainder after division by a positive divisor.