Go to file
David Peterson 857f696305 Optimize datetime parsing in load_sas.py by implementing a sample-based format detection approach
Introduced a new mechanism to sample non-null values for determining the appropriate datetime parsing strategy, significantly reducing processing time for large datasets. This change replaces the previous full row-walk method with a more efficient sampling technique, enhancing performance while maintaining robust handling of various date formats. Updated comments for clarity on the new approach.
2026-04-22 12:54:19 -05:00
generic_loader Optimize datetime parsing in load_sas.py by implementing a sample-based format detection approach 2026-04-22 12:54:19 -05:00
utils moving to env file 2026-04-22 15:37:35 +00:00
.gitignore moving to env file 2026-04-22 15:37:35 +00:00
requirements.txt Update requirements and enhance SAS file processing with progress tracking 2026-04-20 21:44:49 -05:00