Spaces:
Sleeping
Sleeping
testing
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def load_data(zoom=7):
|
|
49 |
@st.cache_data
|
50 |
def load_class(df, taxa="Amphibia", zoom=7):
|
51 |
con = ibis.duckdb.connect()
|
52 |
-
path = "gbif-vert-gb-h3z" + str(zoom) + .csv
|
53 |
df = (con.
|
54 |
read_csv(path).
|
55 |
filter(_['class']==taxa).
|
|
|
49 |
@st.cache_data
|
50 |
def load_class(df, taxa="Amphibia", zoom=7):
|
51 |
con = ibis.duckdb.connect()
|
52 |
+
path = "gbif-vert-gb-h3z" + str(zoom) + ".csv"
|
53 |
df = (con.
|
54 |
read_csv(path).
|
55 |
filter(_['class']==taxa).
|
test.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|