We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158cfcb commit 53ccbe4Copy full SHA for 53ccbe4
cdc_covidnet/delphi_cdc_covidnet/covidnet.py
@@ -38,9 +38,7 @@ def download_mappings(
38
@staticmethod
39
def read_mappings(infile: str) -> Tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]:
40
"""
41
- Read the mappings JSON file from disk to produce formatted.
42
-
43
- pd.DataFrame for relevant mappings
+ Read the mappings JSON file from disk to produce formatted DataFrames for relevant mappings.
44
45
Args:
46
infile: Mappings JSON file
0 commit comments