discussions Search Results · repo:aws/aws-sdk-pandas language:Python
Filter by
71 results
(82 ms)71 results
inaws/aws-sdk-pandas (press backspace or delete to remove):
functions such as read_sql_query should ideally be able to set levels of verbosity
arccarlinbrposted
on Apr 11- 0
:
I just ran
import awswrangler as wr
nb_folder = wr.s3.list_directories(path)
nb_files = wr.s3.list_objects(path)
print(len(nb_folder))
print(len(nb_files))
Output the cell is, I don t understand.
2025-03-24 ...
bouachalazharposted
on Mar 24- 0
:
Basically the question above. I started out trying to process some events in a lambda (reading a jsonl file from a S3
object notification). And for testing purposes I processed the same file twice and ...
brendan-cook-87posted
on Nov 16, 2023- 1
:
Is there a way to drop the columns define in partition_cols to reduce the file size since it s already define in the s3
path ?
Max0uposted
on Oct 9, 2023- 1
:
AWS SDK for pandas is available as an AWS Lambda Managed layer in all AWS commercial regions. However, it appears it
does not contain optional dependencies such as awswrangler[sqlserver] . What is the ...
AdrianoNicolucciposted
on Jan 22, 2024- 1
:
Hello community!
I m encountering some unexpected behavior when dealing with awswrangler pandas when trying to use the list
(wr.s3.list_objects) and/or copy data (wr.s3.copy_objects) methods on s3 buckets. ...
gassyelmoposted
on Dec 11, 2024- 1
:
AWS SDK for pandas on Ray - Runbook
The following runbook is a collection of tips, common errors and performance issues related to using AWS SDK for pandas
on Ray.
Table of contents
- Tips
- Common ...
jaidisidoposted
on Nov 29, 2022- 1
:
I am looking for a way to insert literal string from dataframe into neptune using sparql. The specific function
wr.neptune.to_rdf_graph converts any literal value to default IRI https://aws.amazon.com/neptune/default ...
zicadenposted
on Jul 19, 2024- 0
:
It s very frustrating that the zstd compression algorithm is not supported in the managed AWS Lambda layer. This is a
generally well supported compression algorithm used in parquet and the lack of support ...
jspalinkposted
on Jul 15, 2024- 0
:
Hello, I am using to_iceberg to drop dataframe to our iceberg table. This table is composed of 2 partitions:
- _batch_ts
- _event_ts
I would like to override the previous batch, naturally I ve done ...
Max0uposted
on May 6, 2024- 0