Jesse Behrens

Results 1 comments of Jesse Behrens

Yes! Save it to a dataframe. First I create a list: def on_data(data: EventData): job_postings.append([data.job_id, data.location, data.title, data.company, data.date, data.link, data.description]) Then I put that in a DF #Put the...