79589804

Date: 2025-04-24 04:14:49
Score: 2.5
Natty:
Report link

The issue was the the CSV file contained Commas in the number values. So while the column was set to an integer SQLite was reading it as a number until the comma, then it was dropping the rest.

Opened the CSV in Excel, removed the commas, recreated the table and its summing correctly now.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ryan Lafayette