pandas_profiling.utils.dataframe
Utils for pandas DataFrames.
Functions
|
Expand non-nested lists, dicts and tuples in a DataFrame into columns with a prefix. |
|
Hash a DataFrame (implementation might change in the future) |
|
Determine if the given file extension indicates a compression format that pandas can handle automatically. |
|
Read DataFrame based on the file extension. |
|
Removes the given suffix from the given string. |
|
If the DataFrame contains a column or index named index, this will produce errors. |
|
Taken from https://github.com/django/django/blob/master/django/utils/text.py Convert to ASCII if 'allow_unicode' is False. |
|
|
|
Returns the uncompressed extension of the given file name. |
|
Warn the user when an extension is not supported. |