Skip to content

Instantly share code, notes, and snippets.

@zainabnazari
Created June 23, 2023 09:09
Show Gist options
  • Save zainabnazari/b2c98b44766ccbd49d35380c2a643edd to your computer and use it in GitHub Desktop.
Save zainabnazari/b2c98b44766ccbd49d35380c2a643edd to your computer and use it in GitHub Desktop.
from ppmi
%%time
dfSave = pd.DataFrame()
for i in range(len(bl_files)):
print(i)
df = pd.read_csv(path1/bl_files.iloc[i][0],skiprows=1,delimiter='\t')
dfSave[bl_list[i]] = df.iloc[:,-1:]
del df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment