【发布时间】:2020-12-24 09:36:57
【问题描述】:
我有一个大型 pandas 数据框,我已压缩并希望上传到 s3 存储桶。
最好的方法是什么? 使用 s3_client.upload_file?还是bucket.upload_fileobj? 我见过一堆解决方案,但无法理解最好的方式。 编辑:它是json格式 非常感谢!
【问题讨论】:
-
您可以使用多种格式编写它。您要使用哪种格式? (csv,json..)?
标签: python pandas amazon-s3 gzip boto3