pull/44/head
Cullen Watson 2023-09-07 11:26:24 -05:00
parent f87f626892
commit 01379cd35d
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ print(jobs)
print(errors) print(errors)
#2 display in Jupyter Notebook #2 display in Jupyter Notebook
#display(result.jobs) #display(jobs)
#display(result.errors) #display(errors)
#3 output to .csv #3 output to .csv
#result.jobs.to_csv('result.jobs.csv', index=False) #result.jobs.to_csv('result.jobs.csv', index=False)