rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 307 forks source link

Missing of faa_tail_number_inquiry.jsonl file #31

Closed kelvinksau closed 7 years ago

kelvinksau commented 7 years ago

Is it possible to provide the script to generate the faa_tail_number_inquiry.jsonl file, as the file is required for programs at other chapter.

It is mentioned in the book under "Evaluating Enriched Data"

Now that we’ve got our tail number data in data/faa_tail_number_inquiry.json', lets see what we’ve got. First we want to know how many records did we successfully achieve, both in raw form and as a percent?"

nickrosener commented 7 years ago

+1 for this. The book says "don't scrape the FAA site" then doesn't give us the scraped data.

rjurney commented 7 years ago

Oh shit! Sorry about that. Let me make sure it is added...

rjurney commented 7 years ago

I added this data in https://github.com/rjurney/Agile_Data_Code_2/commit/7393edbcb27831af4f5de4e17abe79bb78f37b20 and I added the scraping script in https://github.com/rjurney/Agile_Data_Code_2/commit/a45c04ba16a5424189f2df580e691e6336f62a82