otld.utils.pandas_utils

Common pandas utilities

Functions

convert_to_numeric(series[, numeric_type])

Convert the elements in a series to integers

dict_to_excel(dictionary, path, **kwargs)

Convert a dictionary of dictionaries to an Excel workbook

excel_to_dict(path[, custom_args])

Convert an Excel workbook to a dictionary of data frames

get_header(df[, column, find, reset, ...])

Find and extract the header row from a data frame