Arts-of-coding commited on
Commit
973fd0c
·
verified ·
1 Parent(s): 34efdab

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +2 -1
dash_plotly_QC_scRNA.py CHANGED
@@ -47,7 +47,8 @@ filepath = f"az://{path_parquet}"
47
  storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
48
  #azfs = AzureBlobFileSystem(**storage_options )
49
 
50
- df = pl.read_parquet(filepath,storage_options=storage_options)
 
51
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
52
  #df = df.rename({"__index_level_0__": "Unnamed: 0"})
53
 
 
47
  storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
48
  #azfs = AzureBlobFileSystem(**storage_options )
49
 
50
+ #df = pl.read_parquet(filepath,storage_options=storage_options)
51
+ df= None
52
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
53
  #df = df.rename({"__index_level_0__": "Unnamed: 0"})
54