AnnsKhan commited on
Commit
c761ff8
·
1 Parent(s): 26aa82d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def run_benchmark():
171
  matplotlib.use("Agg")
172
  def explore_dataset():
173
  try:
174
- df = pd.read_parquet('data/raw/jan_2024.parquet')
175
 
176
  # Generate dataset summary
177
  summary = df.describe(include='all').T
 
171
  matplotlib.use("Agg")
172
  def explore_dataset():
173
  try:
174
+ df = pd.read_parquet(parquet_path)
175
 
176
  # Generate dataset summary
177
  summary = df.describe(include='all').T