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 2c69065 commit d3307d5Copy full SHA for d3307d5
apps/dash-clinical-analytics/app.py
@@ -55,7 +55,7 @@
55
"Sunday",
56
]
57
58
-check_in_duration = df["Check-In Time"].describe()
+check_in_duration = df["Check-In Time"].describe(datetime_is_numeric=True)
59
60
# Register all departments for callbacks
61
all_departments = df["Department"].unique().tolist()
apps/dash-clinical-analytics/requirements.txt
@@ -1,6 +1,6 @@
1
dash==2.12.1
2
gunicorn==20.0.4
3
numpy>=1.16.2
4
-pandas>=1.5.1
+pandas==1.5.1
5
datetime>=4.3
6
pathlib>=1.0.1
0 commit comments