caf.toolkit.io#
Common utility functions for file input and output.
Module Attributes
Characted allowed in normalised column names. |
Functions
|
Find a file in a folder matching _any_ acceptable suffix. |
|
Read CSV files, wraps pandas.read_csv to perform additional checks. |
|
Read matrix CSV in the square or long format. |
|
Prompt the user to close a file before saving. |
Classes
|
Special type indicating an unconstrained type. |
|
|
|
|
|
|
|
All the operations on a read-only sequence. |
|
Type variable. |
Exceptions
|
Raised when columns are missing from input CSV. |
Attributes Documentation
- caf.toolkit.io.NORMALISED_CHARACTERS = 'abcdefghijklmnopqrstuvwxyz0123456789!#$%£&\\-.<=>+^_~\\(\\)'#
Characted allowed in normalised column names.