Skip to content

discussions Search Results · repo:aws/aws-sdk-pandas language:Python

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

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 ...

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 ...

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 ...

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. ...

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 ...

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 ...

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 ...

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