mrh
|
973f3f8989
fix: Use absolute path for test_column_extraction input file
|
1 year ago |
mrh (aider)
|
f1333a5ea3
feat: Add functionality to extract specific column data from CSV starting from a defined row
|
1 year ago |
mrh
|
50b0b8c3cf
refactor: Simplify test_column_extraction function
|
1 year ago |
mrh (aider)
|
228be16f95
test: add column extraction test with header in row 2 and column 2 from row 3
|
1 year ago |
mrh
|
50f1e7aa00
refactor: Simplify test_column_extraction function in translate_utils.py
|
1 year ago |
mrh (aider)
|
c66ac5aa01
test: add column extraction test with headers in row 2 and column 2 from row 3
|
1 year ago |
mrh
|
59504ae2fb
refactor: Simplify test_column_extraction function in translate_utils.py
|
1 year ago |
mrh (aider)
|
288d2dc89b
test: Add column extraction test function to verify data extraction logic
|
1 year ago |
mrh
|
ac78b63f2a
feat: Add test function stub in translate_utils.py
|
1 year ago |
mrh (aider)
|
fdecb3f19d
feat: add header row support and improve CSV encoding handling
|
1 year ago |
mrh (aider)
|
a42b05cb23
feat: add header row parameter to CSV reading functions
|
1 year ago |
mrh
|
aef078a45d
fix: Correct header_row value in insert_empty_columns call
|
1 year ago |
mrh
|
4a3c4f5c66
fix: Correct header row index in extract_column_data call
|
1 year ago |
mrh (aider)
|
5946e895de
feat: Add header_row parameter to specify title row in CSV processing functions
|
1 year ago |
mrh (aider)
|
1b83fab3d0
feat: Add support for column letter and row number in data extraction
|
1 year ago |
mrh
|
267a979ce2
refactor: Update column reference from label to index in translate_utils.py
|
1 year ago |
mrh (aider)
|
23fa1ed3bf
feat: support column numbers in extract_column_data function
|
1 year ago |
mrh (aider)
|
a720f9fff4
fix: handle CSV encoding issues with custom read_csv utility
|
1 year ago |
mrh (aider)
|
7801664e10
refactor: migrate to pandas and fix column insertion parameters
|
1 year ago |
mrh
|
e5c770867f
refactor: Update extract_column_data default column_index and add logging
|
1 year ago |
mrh (aider)
|
c76cf6b3e7
feat: add extract_column_data function to extract column data from specified row
|
1 year ago |
mrh
|
a3b056d79e
refactor: Adjust default parameters and comment out unused code
|
1 year ago |
mrh (aider)
|
8d844088b3
fix: resolve logging visibility by clearing handlers and updating logger config
|
1 year ago |
mrh (aider)
|
5cb7e97d27
feat: add start row and column parameters to extract_sample_data
|
1 year ago |
mrh
|
dae4cd8d56
refactor: Update default sample size in extract_sample_data function
|
1 year ago |
mrh (aider)
|
9b647af62e
refactor: simplify logging in `log_data_details` function
|
1 year ago |
mrh
|
bb7c33708a
refactor: Update log_data_details to log correct rows based on start_row
|
1 year ago |
mrh (aider)
|
99b0ef35f7
refactor: simplify log_data_details to show start row and first/last 5 rows
|
1 year ago |
mrh
|
8073fe494c
feat: Add logging setup and CSV processing to translate_utils.py
|
1 year ago |
mrh (aider)
|
745e63aa4a
feat: Add detailed data logging before translation
|
1 year ago |