Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,8 @@ def fn( text1, text2, num, slider1, slider2, single_checkbox,
|
|
81 |
start_with_searchTermLOINC
|
82 |
start_with_searchTermLOINC.set_format("pandas")
|
83 |
df = start_with_searchTermLOINC[:]
|
84 |
-
df["Purpose: Clinical Focus"][0].tolist()
|
|
|
85 |
df4 = df.explode("Purpose: Clinical Focus", ignore_index=True)
|
86 |
df4.head(4)
|
87 |
|
|
|
81 |
start_with_searchTermLOINC
|
82 |
start_with_searchTermLOINC.set_format("pandas")
|
83 |
df = start_with_searchTermLOINC[:]
|
84 |
+
#df["Purpose: Clinical Focus"][0].tolist()
|
85 |
+
df["Purpose: Clinical Focus"][0]
|
86 |
df4 = df.explode("Purpose: Clinical Focus", ignore_index=True)
|
87 |
df4.head(4)
|
88 |
|