Commit Graph

9 Commits

Author SHA1 Message Date
ac80b9a3ca Implemented sanitize dataframe function to deal with 'O' which may have numbers or strings detected as string types. Then we use it prior to convert dataframe into structured numpy array. 2024-11-23 16:28:49 +01:00
59e910a0f9 Modified logger setup to create monthly logs 2024-11-21 11:46:11 +01:00
71b7091fe7 Fixed bug: to_serializable_dtype() did not identify correctly dtype of array's entries with object dtype 2024-10-28 18:49:22 +01:00
5cc409f882 Fixed bug introduce in logger due to invalid date naming replace : with - 2024-10-10 14:29:36 +02:00
5b338c8212 Attempt to initialize dima/utils as a module 2024-10-10 11:53:27 +02:00
cdb0c612ad Changed datetime format output of created_at() function as '%Y-%m-%d %H:%M:%S.%f' 2024-10-09 16:07:40 +02:00
8f9e2fc594 Moved is_structured_array() and to_serializable_dtype() to utils, ranamed a few functions and propagated changes to dependent modules. 2024-09-26 14:03:11 +02:00
eec38f61d7 Restructured a bit to include the default case of copying an imnput directory without any constraints. Also, added dry_run input argument that returns a path to files dict representation of output directory without making an actual copy. Useful when input directory is already safe to work with directly 2024-09-16 15:38:30 +02:00
b22b0e94e4 Moved src/g5505_utils.py to utils/g5505_utils.py 2024-08-23 07:27:39 +02:00