We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47432b commit c3beaf3Copy full SHA for c3beaf3
dcpy/utils/geocode.py
@@ -256,7 +256,7 @@ def geocode_df(
256
street_name_normalization: bool = False,
257
browse_flag: bool = False,
258
) -> pd.DataFrame:
259
- # todo - definitely need some sort of caching for individual functions
+ # todo - likely need some sort of caching for individual functions
260
# unless we can improve inner workings of geosupport, there are cases where
261
# we need to go BBL -> geographic identifiers / 5-digit street code -> address -> 1a
262
# though performance test for sure - maybe minimal benefit
0 commit comments