rdbisme commented on issue #38013:
URL: https://github.com/apache/arrow/issues/38013#issuecomment-1771539103

   ```
   s3_path = "s3://my-bucket/path"
   with fsspec.open(s3_path, "wb") as file_stream:
                 df.to_parquet(file_stream)
   ```
   
   should work (didn't test, but I think it does). @jayceslesar let me know!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to