Commit History

Author SHA1 Message Date
  mrh (aider) fdecb3f19d feat: add header row support and improve CSV encoding handling 1 year ago
  mrh 56bb2663d7 feat: Add logging for data in read_csv function 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) a5d503166a fix: Add latin1 encoding and handle invalid characters in CSV reader 1 year ago
  mrh (aider) ab0cae1b34 feat: improve CSV encoding detection and handling with type hints and error handling 1 year ago
  mrh (aider) 3bd414e118 feat: Set UTF-8 as default encoding for `read_csv` output 1 year ago
  mrh 9218476fd9 fuck 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) a4a563b0a3 refactor: suppress all third-party logs by setting root logger to CRITICAL and disabling propagation 1 year ago
  mrh (aider) 70d5dd07a6 fix: suppress third-party library logs in logging configuration 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
  mrh 4ee48fa004 refactor: update DEBUG mode check to include 'True' string 1 year ago
  mrh (aider) 1ffd0630e8 refactor: remove category-related code and simplify search term translation 1 year ago