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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: