Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ api = setup_kaggle_api()
|
|
| 41 |
if api:
|
| 42 |
dataset_name = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs"
|
| 43 |
try:
|
| 44 |
-
# Download the dataset
|
| 45 |
api.dataset_download_files(dataset_name, path=".", unzip=True)
|
| 46 |
|
| 47 |
# Load dataset (adjust the filename if needed)
|
|
|
|
| 41 |
if api:
|
| 42 |
dataset_name = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs"
|
| 43 |
try:
|
| 44 |
+
# Download the dataset to the current directory (where app.py exists)
|
| 45 |
api.dataset_download_files(dataset_name, path=".", unzip=True)
|
| 46 |
|
| 47 |
# Load dataset (adjust the filename if needed)
|