mirror of
https://github.com/PragmaticMachineLearning/probly.git
synced 2026-01-11 22:38:10 -05:00
fix/remove empty rows and columns in the data for LLM #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xiaolongtang on 3/5/2025
Issue: when formatting the spread sheet data, it will put empty rows and empty columns into data for LLM. It waste input tokens to do so.
Fix: check the boundary of cells, if its value is null or undefined or empty string.
Affect: Reduce empty rows and columns in the data for LLM