Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

https://storage.googleapis.com/tensorflow-workshop-examples/stack-overflow-data.csv missing #68

Open
AndriiNeverov opened this issue Jun 9, 2020 · 4 comments

Comments

@AndriiNeverov
Copy link

https://storage.googleapis.com/tensorflow-workshop-examples/stack-overflow-data.csv

gives

<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist.</Message>
</Error>
@johnidm
Copy link

johnidm commented Jun 25, 2020

Another option. I exported the data to Google Drive and I made this Python code.

orig_url = "https://drive.google.com/file/d/1QxjpojyLbP3lG5e-R6ANhNU5peoaNQgR/view?usp=sharing"
file_id = orig_url.split('/')[-2]
file_url = f"https://drive.google.com/uc?id={file_id}"
df = pd.read_csv(file_url)
df

@sattarseif
Copy link

Johnidm: It looks the link orig_url is not available; "Sorry, the file you have requested does not exist."

@AndriiNeverov
Copy link
Author

@johnidm Thank you for sharing! The query export works quite well. Looks like the original file was indeed a subset with the default WHERE row_num <= 2000 filter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants