Arts-of-coding commited on
Commit
6e13dc7
1 Parent(s): e601a9f

Update pages/Cornea_v1_integrated_scVI.py

Browse files
Files changed (1) hide show
  1. pages/Cornea_v1_integrated_scVI.py +1 -1
pages/Cornea_v1_integrated_scVI.py CHANGED
@@ -52,7 +52,7 @@ storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STO
52
  #azfs = AzureBlobFileSystem(**storage_options )
53
 
54
  # Load in multiple dataframes
55
- df = pl.read_parquet(f"./data/{dataset}.parquet", storage_options=storage_options)
56
 
57
  # Setup the app
58
  #external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
 
52
  #azfs = AzureBlobFileSystem(**storage_options )
53
 
54
  # Load in multiple dataframes
55
+ df = pl.scan_parquet(f"./data/{dataset}.parquet", storage_options=storage_options).collect()
56
 
57
  # Setup the app
58
  #external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']