Leon Luttenberger
Leon Luttenberger
It should be possible to add the continuation token into the `attrs` property of Pandas. Unfortunately, the [docs](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.attrs.html) says that the feature is experimental and could change at any time....
@dependabot rebase
@dependabot recreate
Hey, thanks for bringing this up. You are correct, this feature was broken in the PR you tagged. I'm looking into whether we can fix this feature. If not, I...
Hey, Can you please describe the error you are getting? The `pg8000_native.literal` here basically only makes sure that an int gets displayed as an int. The main reason for its...
Hey, More than 100 items can be returned by `read_items`, so this extra call to `DescribeTable` shouldn't happen that frequently. However, I do see the case for allowing a customer...
Hey, Our documentation appears to be incorrect there. If `chunked=True`, each file will be in a separate chunk, but the maximum maximum size of that chunk will be 65,536 rows....
Hey, If I understand correctly, you want exactly one chunk for each file? And each of those chunks would have `1067300` rows? If so, you could iterate through the files...
Hey, > For example: without chunked=True when loading 12 parquet files it's using 11.5GB of memory (each file is roughly 8MB in S3) > With chunked=True it uses roughly 600MB....
Hey, Which version of `awswrangler` are you on? The reason I ask is because we [recently fixed a memory issue](https://github.com/aws/aws-sdk-pandas/pull/1957), which is available as of version `2.20.0`. If you're already...