store¶
Performing operations on file-like objects.
These operations include saving and loading data, as well as other relevant tasks.
Utilities
|
Verifies a specified file path before saving. |
|
Adjusts the column widths in an Excel spreadsheet based on the content length. |
|
Checks the status of loading a file from a specified path. |
|
Sets the index of a dataframe. |
Saving data¶
|
Saves data to a pickle file. |
|
Saves data to a spreadsheet file format (e.g. CSV, Microsoft Excel or OpenDocument). |
|
Saves multiple dataframes to a multi-sheet Microsoft Excel or OpenDocument format file. |
|
Saves data to a JSON file. |
|
Saves data to a Joblib file. |
|
Saves a dataframe to a Feather file. |
|
|
|
Saves a figure object to a file in a supported format. |
|
Saves a figure object to a file in a supported format (with the figure object specified). |
|
Saves a web page as a PDF file using wkhtmltopdf. |
|
Saves data to a file in a specific format. |
Loading data¶
|
Loads data from a Pickle file. |
|
Loads data from a CSV file. |
|
Loads one or multiple sheets from a Microsoft Excel or an OpenDocument format file. |
|
Loads data from a JSON file. |
|
Loads data from a Joblib file. |
|
Loads a dataframe from a Feather file. |
|
Loads in a compressed sparse row (CSR) or compressed row storage (CRS). |
|
Loads data from a file. |
Transforming data files¶
|
Unzips data from a Zip (compressed) file. |
|
Extracts data from a compressed file using 7-Zip. |
|
Converts a Markdown (.md) file to a reStructuredText (.rst) file. |
|
Converts a Microsoft Excel spreadsheet to a CSV file. |