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
We should force pandas to load bagel.tsv and cast all columns to type str - I don't think this should break anything, but the tests should tell us.
This addresses the issue of pandas implicitly casting values to non-string types (e.g. "True" and "False" being cast to bool), breaking things in unexpected and silent ways.
The text was updated successfully, but these errors were encountered:
We should force pandas to load bagel.tsv and cast all columns to type str - I don't think this should break anything, but the tests should tell us.
This addresses the issue of pandas implicitly casting values to non-string types (e.g. "True" and "False" being cast to
bool
), breaking things in unexpected and silent ways.The text was updated successfully, but these errors were encountered: