GoogleCloudPlatform / data-science-on-gcp

Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Apache License 2.0
1.31k stars 712 forks source link

Code readability improvements #133

Open lakshmanok opened 2 years ago

lakshmanok commented 2 years ago

(1) Add docstrings to methods (2) Covert .format() methods to f strings for readability (3) Make sure we are using Python 3.8 throughout (4) zip extract_all() in ingest_flights.py can be simplified with a Path parameter

Prayag-raj-sharma commented 1 year ago

I would like to work on this issue. Reply ASAP.

lakshmanok commented 1 year ago

Thanks, Prayag. Please submit a pull-request after you finish the first chapter.