-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Peter Andorfer edited this page Feb 16, 2022
·
2 revisions
Welcome to the abcd-db wiki!
get the data
- from the gsheets Bruckner_DB_20220204 and Literatur_DB_20220204
save the data and use it to process/play/tryout
e.g. with pandas df
import pandas as pd
file_name = './path/to/the/download.csv`
df = pd.read_csv(file_name)
for i, row in df.iterrows():
do something