-
Notifications
You must be signed in to change notification settings - Fork 301
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
read records stored in AWS S3 #268
Comments
This issue is linked to this one : #73 You should be able to open the file on any filesystem (local, remote S3, HDFS...) and read the contents of it using wfdb-python, instead of implementing a connection to these different filesystems directly into wfdb-python :) |
Hey guys thanks for the suggestion! I can get this to work by doing this so I'll make a pull request shortly:
|
Lucas-Mc
added a commit
that referenced
this issue
Apr 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we add a function to read records stored in AWS S3 like Pandas?
The text was updated successfully, but these errors were encountered: