General Utils
Library for general utils, such as dataframe properties checking, creating directories, checking files, etc.
Checks if a DataFrame contains the expected columns. |
|
Checks if a specified column in a DataFrame can serve as a valid primary key. |
|
Generator that yields non-empty files from a specified directory and its subdirectories based on the given extensions. |
|
Truncate all trailing columns composed entirely of zeros in a given 2D numpy array. |
|
Given a file path, creates the underlying directory structure if it doesn't already exist. |
|
Checks if the provided file path exists. |