Arts-of-coding commited on
Commit
9159dce
·
verified ·
1 Parent(s): 31d8137

Update pages/integratedsuture.py

Browse files
Files changed (1) hide show
  1. pages/integratedsuture.py +2 -2
pages/integratedsuture.py CHANGED
@@ -49,11 +49,11 @@ col_mt = config.get("col_mt")
49
 
50
  #filepath = f"az://{path_parquet}"
51
 
52
- storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
53
  #azfs = AzureBlobFileSystem(**storage_options )
54
 
55
  # Load in multiple dataframes
56
- df = pl.read_parquet(f"az://{dataset}.parquet", storage_options=storage_options)
57
 
58
  # Create the second tab content with scatter-plot_db4-5 and scatter-plot_db4-6
59
  tab2_content = html.Div([
 
49
 
50
  #filepath = f"az://{path_parquet}"
51
 
52
+ storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY} #, 'anon': False
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_db4-5 and scatter-plot_db4-6
59
  tab2_content = html.Div([