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

Chapter 2: 201501.csv file #124

Closed huuhuannt1998 closed 2 years ago

huuhuannt1998 commented 2 years ago

When I run bash ../02_ingest/download.sh 2015 01, I was not able to download 201501.csv file. Other files are still able to be downloaded. May you show me how to fix it?

lakshmanok commented 2 years ago

It's here: gs://data-science-on-gcp/flights/raw/201501.csv

could you just do: gsutil cp gs://data-science-on-gcp/flights/raw/201501.csv. 201501.csv

lak

On Tue, Oct 5, 2021 at 5:47 PM huuhuannt1998 @.***> wrote:

When I run bash ../02_ingest/download.sh 2015 01, I was not able to download 201501.csv file. Other files are still able to be downloaded. May you show me how to fix it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GoogleCloudPlatform/data-science-on-gcp/issues/124, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANJPZ4ZZB4Y5HXYKWJGNIDUFOMBXANCNFSM5FNCUEFQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

huuhuannt1998 commented 2 years ago

It's here: gs://data-science-on-gcp/flights/raw/201501.csv could you just do: gsutil cp gs://data-science-on-gcp/flights/raw/201501.csv. 201501.csv lak On Tue, Oct 5, 2021 at 5:47 PM huuhuannt1998 @.***> wrote: When I run bash ../02_ingest/download.sh 2015 01, I was not able to download 201501.csv file. Other files are still able to be downloaded. May you show me how to fix it? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#124>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANJPZ4ZZB4Y5HXYKWJGNIDUFOMBXANCNFSM5FNCUEFQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Do I need to do that command under 02_ingest directory?

lakshmanok commented 2 years ago

code updated to Edition 2