Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
apberesford committed Jan 31, 2024
1 parent bee22be commit 086285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dash-clinical-analytics/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"Sunday",
]

check_in_duration = df["Check-In Time"].describe(datetime_is_numeric=True)
check_in_duration = df["Check-In Time"].describe()

# Register all departments for callbacks
all_departments = df["Department"].unique().tolist()
Expand Down
2 changes: 1 addition & 1 deletion apps/dash-clinical-analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dash==2.12.1
gunicorn==20.0.4
numpy>=1.16.2
pandas==1.5.1
pandas>=1.5.1
datetime>=4.3
pathlib>=1.0.1

0 comments on commit 086285e

Please sign in to comment.