aws-data-wrangler Questions

3

Solved

I have a sufficiently large dataset that I would like to bulk index the JSON objects in AWS OpenSearch. I cannot see how to achieve this using any of: boto3, awswrangler, opensearch-py, elasticsear...

1

Solved

I am trying to use awswrangler to read into a pandas dataframe an arbitrarily-large parquet file stored in S3, but limiting my query to the first N rows due to the file's size (and my poor bandwidt...
Honeysuckle asked 25/5, 2022 at 12:15

2

I have use boto3 to connect with aws services through python code. Recently I came across awswrangler library which has similar functionality as boto3. What is the difference between both.Can you e...
Britnibrito asked 18/5, 2021 at 4:14

1

Solved

I am using python3 I am trying to read data from aws athena using awswrangler package. Below is the code import boto3 import awswrangler as wr import pandas as pd df_dynamic=wr.athena.read_sql_que...
Adagio asked 26/11, 2020 at 14:35
1

© 2022 - 2024 — McMap. All rights reserved.