|
|
@ -223,6 +223,8 @@ def parse_csv_folder( |
|
|
|
# the xml file would hold the Analysis.Datetime value |
|
|
|
# the xml file would hold the Analysis.Datetime value |
|
|
|
data_frame[columns.ANALYSIS_DATETIME] = None |
|
|
|
data_frame[columns.ANALYSIS_DATETIME] = None |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data_frame = columns._cleanup_data_columns(data_frame) |
|
|
|
|
|
|
|
|
|
|
|
if quiet: |
|
|
|
if quiet: |
|
|
|
return data_frame |
|
|
|
return data_frame |
|
|
|
return _sanity_check(data_frame) |
|
|
|
return _sanity_check(data_frame) |
|
|
|