79227942

Date: 2024-11-26 18:58:17
Score: 0.5
Natty:
Report link

you can use the storage_options with the s3_additional_kwargs attribute

df.to_json(destination, storage_options={"s3_additional_kwargs": {
        "Tagging": "key1=value1&key2=value2"
    }}

https://pandas.pydata.org/docs/user_guide/io.html#reading-writing-remote-files https://s3fs.readthedocs.io/en/latest/search.html?q=s3_additional_kwargs

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nathanagez