Spaces:
Running
Running
Update pages/DLC_WT2.py
Browse files- pages/DLC_WT2.py +1 -1
pages/DLC_WT2.py
CHANGED
@@ -53,7 +53,7 @@ storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STO
|
|
53 |
#azfs = AzureBlobFileSystem(**storage_options )
|
54 |
|
55 |
# Load in multiple dataframes
|
56 |
-
df = pl.
|
57 |
|
58 |
# Create the second tab content with scatter-plot_db20-5 and scatter-plot_db20-6
|
59 |
tab2_content = html.Div([
|
|
|
53 |
#azfs = AzureBlobFileSystem(**storage_options )
|
54 |
|
55 |
# Load in multiple dataframes
|
56 |
+
df = pl.scan_parquet(f"az://{dataset}.parquet", storage_options=storage_options).collect()
|
57 |
|
58 |
# Create the second tab content with scatter-plot_db20-5 and scatter-plot_db20-6
|
59 |
tab2_content = html.Div([
|