Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def MatchLOINC(name):
|
|
9 |
basedir = os.path.dirname(__file__)
|
10 |
data = pd.read_csv(f'LoincTableCore.csv') # LOINC Download https://loinc.org/downloads/
|
11 |
swith = data[data['COMPONENT'].str.match(name)]
|
12 |
-
return
|
13 |
|
14 |
def MatchSNOMED(name):
|
15 |
import pandas as pd
|
|
|
9 |
basedir = os.path.dirname(__file__)
|
10 |
data = pd.read_csv(f'LoincTableCore.csv') # LOINC Download https://loinc.org/downloads/
|
11 |
swith = data[data['COMPONENT'].str.match(name)]
|
12 |
+
return swith
|
13 |
|
14 |
def MatchSNOMED(name):
|
15 |
import pandas as pd
|