cboettig commited on
Commit
22433a9
·
1 Parent(s): 12e8e8f
Files changed (2) hide show
  1. app.py +1 -1
  2. test.csv +0 -0
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