Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to download google drive datasets #138
Add feature to download google drive datasets #138
Changes from 33 commits
237d4a9
c6fd46d
751bd7c
b65d14e
d7afab6
0f35181
fbb6c73
72f0c99
bd92f5e
ad70968
b7df5f5
0abe3a6
df63e97
79484a5
662d5bf
7678155
3ffd397
46eafc2
d21f825
54d151d
3dd9e63
2a45ab2
b7c2048
9a932d5
98e356b
0d1274b
7af3c95
df317b0
85c9387
12afe4b
e7da939
dceb0f5
622d934
ac89c06
af931bb
33f75e1
7fdf590
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure whether this should be hardcoded here. If this is hardcoded here, would it be worth specifying the github URL or google drive URL for this file instead of the file on the user's system?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't even test that! Good catch. I think you're right, it should redirect out somewhere we know the file is. Do you think github or google drive would be more appropriate? I am thinking google drive would be best since the url would never have to change. It should be a small enough file that we can just use pd.read_csv() directly, without any gdown. (However, I don't have permission to add things to the simulated communities folder where I think this file should be kept.)