read_sav from s3 bucket #226
Unanswered
NikhilAsalkar
asked this question in
Q&A
Replies: 2 comments
-
I ran into the same problem for a gcp storage bucket, as far as I know you have to download the object first before reading the file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jfa501 is correct, the underlying C library (Readstat) absolutely needs a file on disk, so you have to copy the file to local. See #138. There is a proposed solution in #8 so it may come some day. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
is there any direct / indirect way to read sav file from s3?
as read_sav takes str, bytes or Path-like object to locate the file in a directory.
its unable to read file from s3 unless we download it from a readable location.
referred to an old discussion just wanted to check if we are still on it.
Beta Was this translation helpful? Give feedback.
All reactions