Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ValueError from import scripts testing the truthiness of a Pandas dataframe #622

Open
zarino opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
bug This is a bug that is affecting real users

Comments

@zarino
Copy link
Member

zarino commented Nov 18, 2024

While implementing #613 I noticed a couple of import scripts were failing because they attempt to check the truthiness of a Pandas dataframe…?

  • import_air_quality_data
  • import_mps_select_committee_membership
  • import_nt_property_locations

Maybe this worked in previous versions of Pandas, but doesn’t work any more? I’m not familiar enough with Pandas or these scripts, to know how best to fix them.

@zarino zarino added the bug This is a bug that is affecting real users label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug that is affecting real users
Projects
None yet
Development

No branches or pull requests

2 participants