mrh (aider)
|
f1333a5ea3
feat: Add functionality to extract specific column data from CSV starting from a defined row
|
hace 1 año |
mrh
|
50b0b8c3cf
refactor: Simplify test_column_extraction function
|
hace 1 año |
mrh (aider)
|
228be16f95
test: add column extraction test with header in row 2 and column 2 from row 3
|
hace 1 año |
mrh
|
50f1e7aa00
refactor: Simplify test_column_extraction function in translate_utils.py
|
hace 1 año |
mrh (aider)
|
c66ac5aa01
test: add column extraction test with headers in row 2 and column 2 from row 3
|
hace 1 año |
mrh
|
59504ae2fb
refactor: Simplify test_column_extraction function in translate_utils.py
|
hace 1 año |
mrh (aider)
|
288d2dc89b
test: Add column extraction test function to verify data extraction logic
|
hace 1 año |
mrh
|
ac78b63f2a
feat: Add test function stub in translate_utils.py
|
hace 1 año |
mrh (aider)
|
fdecb3f19d
feat: add header row support and improve CSV encoding handling
|
hace 1 año |
mrh
|
56bb2663d7
feat: Add logging for data in read_csv function
|
hace 1 año |
mrh (aider)
|
a42b05cb23
feat: add header row parameter to CSV reading functions
|
hace 1 año |
mrh
|
aef078a45d
fix: Correct header_row value in insert_empty_columns call
|
hace 1 año |
mrh
|
4a3c4f5c66
fix: Correct header row index in extract_column_data call
|
hace 1 año |
mrh (aider)
|
5946e895de
feat: Add header_row parameter to specify title row in CSV processing functions
|
hace 1 año |
mrh (aider)
|
1b83fab3d0
feat: Add support for column letter and row number in data extraction
|
hace 1 año |
mrh
|
267a979ce2
refactor: Update column reference from label to index in translate_utils.py
|
hace 1 año |
mrh (aider)
|
23fa1ed3bf
feat: support column numbers in extract_column_data function
|
hace 1 año |
mrh (aider)
|
a720f9fff4
fix: handle CSV encoding issues with custom read_csv utility
|
hace 1 año |
mrh (aider)
|
a5d503166a
fix: Add latin1 encoding and handle invalid characters in CSV reader
|
hace 1 año |
mrh (aider)
|
ab0cae1b34
feat: improve CSV encoding detection and handling with type hints and error handling
|
hace 1 año |
mrh (aider)
|
3bd414e118
feat: Set UTF-8 as default encoding for `read_csv` output
|
hace 1 año |
mrh
|
9218476fd9
fuck
|
hace 1 año |
mrh (aider)
|
7801664e10
refactor: migrate to pandas and fix column insertion parameters
|
hace 1 año |
mrh
|
e5c770867f
refactor: Update extract_column_data default column_index and add logging
|
hace 1 año |
mrh (aider)
|
c76cf6b3e7
feat: add extract_column_data function to extract column data from specified row
|
hace 1 año |
mrh
|
a3b056d79e
refactor: Adjust default parameters and comment out unused code
|
hace 1 año |
mrh (aider)
|
8d844088b3
fix: resolve logging visibility by clearing handlers and updating logger config
|
hace 1 año |
mrh (aider)
|
5cb7e97d27
feat: add start row and column parameters to extract_sample_data
|
hace 1 año |
mrh
|
dae4cd8d56
refactor: Update default sample size in extract_sample_data function
|
hace 1 año |
mrh (aider)
|
a4a563b0a3
refactor: suppress all third-party logs by setting root logger to CRITICAL and disabling propagation
|
hace 1 año |