Skip to content

Commit 530e9f8

Browse files
committed
Explicitly label deprecated functions
1 parent d073240 commit 530e9f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_delphi_utils_python/delphi_utils/geomap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ def fips_to_megacounty(
433433
data = data.reset_index().groupby([date_col, mega_col]).sum()
434434
return data.reset_index()
435435

436+
### DEPRECATED FUNCTIONS BELOW
437+
436438
def convert_fips_to_state_code(
437439
self, data, fips_col="fips", state_code_col="state_code"
438440
):

0 commit comments

Comments
 (0)