koaning commited on
Commit
6fa58d4
·
verified ·
1 Parent(s): de2d9ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def _():
44
 
45
  @app.cell
46
  def _(pl):
47
- df_taxi = pl.read_csv("yellow_tripdata_2015-01.csv").to_arrow()
48
  return (df_taxi,)
49
 
50
 
 
44
 
45
  @app.cell
46
  def _(pl):
47
+ df_taxi = pl.read_csv("yellow_tripdata_2015-01.csv.zip").to_arrow()
48
  return (df_taxi,)
49
 
50