-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I have a pandas DataFrame that I want to write to an S3 bucket as .json.
According to the documentation, I should be able to pass Pandas arguments to the wr.s3.to_json() function.
However, none of the specified arguments actually work.
Environment
https://pastebin.com/raw/pwiTmUkF
To Reproduce
- Create a Pandas DataFrame
- Call
wr.s3.to_json(path='s3://my-bucket/path/', df=my_df, dataset=True, mode='overwrite', orient='records', lines=True, double_precision=2) - The file is created in the S3 as expected, however the
orientation,lines, anddouble_precisionarguments are not applied.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working