From 01379cd35db0b96e6a3c2ac6da2c420251ee19fd Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 7 Sep 2023 11:26:24 -0500 Subject: [PATCH] example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7f3fc5..21c8f1b 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ print(jobs) print(errors) #2 display in Jupyter Notebook -#display(result.jobs) -#display(result.errors) +#display(jobs) +#display(errors) #3 output to .csv #result.jobs.to_csv('result.jobs.csv', index=False)