Skip to content

Commit

Permalink
Support "long" predicateTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler authored May 23, 2024
1 parent 7eaa671 commit dcd9330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions census/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def _field_type(self, field, year):
types = {"fips-for": str,
"fips-in": str,
"int": float_or_str,
"long": float_or_str,
"float": float,
"string": str}

Expand Down

0 comments on commit dcd9330

Please sign in to comment.