Différence entre Awswrangler et Boto3

The AWS SDK for Python (Boto3) provides a Python API for AWS infrastructure
services. Using the SDK for Python, you can build applications on top of Amazon
S3, Amazon EC2, Amazon DynamoDB, and more

AWS Data Wrangler is an open-source Python library that enables you to focus on
the transformation step of ETL by using familiar Pandas transformation commands
and relying on abstracted functions to handle the extraction and load steps
Darkstar