79675829

Date: 2025-06-23 08:11:14
Score: 1
Natty:
Report link

You're comparing strings to strings (i.e. "School Type" = 'District Community Day Schools' is always False), you should use [column name here] instead or not use spaces (eg. school_type) after which you'll get an error as such sqlite3.OperationalError: no such column: <column name goes here>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kenzo Staelens