Skip to content

Commit d3307d5

Browse files
committed
Revert "test1"
This reverts commit 086285e.
1 parent 2c69065 commit d3307d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dash-clinical-analytics/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"Sunday",
5656
]
5757

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

6060
# Register all departments for callbacks
6161
all_departments = df["Department"].unique().tolist()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dash==2.12.1
22
gunicorn==20.0.4
33
numpy>=1.16.2
4-
pandas>=1.5.1
4+
pandas==1.5.1
55
datetime>=4.3
66
pathlib>=1.0.1

0 commit comments

Comments
 (0)