79753120

Date: 2025-09-02 06:06:33
Score: 0.5
Natty:
Report link

LLMs are built mainly for natural language, not for directly understanding spreadsheets. When you pass a table as text (CSV, Excel copy-paste, etc.), the model just sees a stream of tokens — it doesn’t “know” rows and columns. This often breaks the structure and leads to wrong (or hallucinated) answers.

Better approaches:

General Principle:
Think of it this way:

Best practice is to let each system do what it’s best at, and connect them.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tanmoy Bandyopadhyay