Go to file
David Peterson 969a442775 Refactor numeric column type inference in load_sas.py for improved data handling
Updated the logic for determining column types in the union_column_types function. Changed the default type from BIGINT to DOUBLE PRECISION for numeric columns without explicit format hints, ensuring better handling of both integer and float values. This adjustment prevents loading failures due to format discrepancies and maintains consistent data processing across various SAS formats.
2026-04-21 13:17:01 -05:00
generic_loader Refactor numeric column type inference in load_sas.py for improved data handling 2026-04-21 13:17:01 -05:00
utils Refine partition name patterns in sas_profiler.py 2026-04-20 19:27:01 -05:00
.gitignore adding explorer 2026-04-20 16:27:54 -05:00
requirements.txt Update requirements and enhance SAS file processing with progress tracking 2026-04-20 21:44:49 -05:00