Extract filenames from dataframe #860
Unanswered
zane007bloom
asked this question in
Q&A
Replies: 1 comment
-
wr.s3.list_objects is the method to use for that effect |
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.
-
Hi,
If I read a bunch of json files from an s3 folder, something like this
df = wr.s3.read_json(path='s3://mybucket/data/data-wrangler/', dataset=True)
Is it possible to get the filenames of the files that were read in to create the dataframe?
Beta Was this translation helpful? Give feedback.
All reactions