Skip to content

Commit

Permalink
Merge pull request #143 from JavadocMD/JavadocMD-patch-1
Browse files Browse the repository at this point in the history
Support "long" predicateTypes.
  • Loading branch information
fgregg authored Jun 3, 2024
2 parents 7eaa671 + dcd9330 commit f64c170
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 f64c170

Please sign in to comment.