You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be a cosmetic change to the CLI output only - the options to save data to the database and the Python API function will continue to return [(None, 158)].
I can add an optimization though to avoid running the SQL count query if we know that it's all null.
Noticed this:
The
158: None
there is duplicate information considering we already know there are 158/158 null rows.The text was updated successfully, but these errors were encountered: