Skip to content

Commit

Permalink
Merge branch 'main' into pages
Browse files Browse the repository at this point in the history
new GA data and quick new year fix
  • Loading branch information
KnollFrank committed Jan 3, 2025
2 parents 03c1611 + 3fb7918 commit 6afb74c
Show file tree
Hide file tree
Showing 3 changed files with 15,422 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def _getCityCountsByClickedBatchcode(file, includeDateRange = False):
'Event count': 'CITY_COUNT_BY_VAX_LOT'
},
index_columns = ['COUNTRY', 'REGION', 'CITY'],
# FK-TODO: inline {'startDate' : 'START_DATE', 'endDate': 'END_DATE'} ?
dateRangeIndexColumns = {'startDate' : 'START_DATE', 'endDate': 'END_DATE'} if includeDateRange else None)

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion src/HowBadIsMyBatch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"metadata": {},
"outputs": [],
"source": [
"years_from_start_of_COVID_vaccination_to_present = list(range(2020, datetime.now().year + 1))\n"
"years_from_start_of_COVID_vaccination_to_present = list(range(2020, datetime.now().year))\n"
]
},
{
Expand Down
Loading

0 comments on commit 6afb74c

Please sign in to comment.