@@ -11,7 +11,7 @@ Easy integration with Athena, Glue, Redshift, Timestream, OpenSearch, Neptune, Q
11
11
12
12
> An [ AWS Professional Service] ( https://aws.amazon.com/professional-services/ ) open source initiative | [email protected]
13
13
14
- [ ![ Release] ( https://img.shields.io/badge/release-3.0.0b1 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
14
+ [ ![ Release] ( https://img.shields.io/badge/release-3.0.0b2 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
15
15
[ ![ Python Version] ( https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-brightgreen.svg )] ( https://anaconda.org/conda-forge/awswrangler )
16
16
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
17
17
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
@@ -26,7 +26,7 @@ Easy integration with Athena, Glue, Redshift, Timestream, OpenSearch, Neptune, Q
26
26
| ** [ PyPi] ( https://pypi.org/project/awswrangler/ ) ** | [ ![ PyPI Downloads] ( https://pepy.tech/badge/awswrangler )] ( https://pypi.org/project/awswrangler/ ) | ` pip install awswrangler ` |
27
27
| ** [ Conda] ( https://anaconda.org/conda-forge/awswrangler ) ** | [ ![ Conda Downloads] ( https://img.shields.io/conda/dn/conda-forge/awswrangler.svg )] ( https://anaconda.org/conda-forge/awswrangler ) | ` conda install -c conda-forge awswrangler ` |
28
28
29
- > ⚠️ ** For platforms without PyArrow 3 support (e.g. [ EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#emr-cluster ) , [ Glue PySpark Job] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#aws-glue-pyspark-jobs ) , MWAA):** <br >
29
+ > ⚠️ ** For platforms without PyArrow 3 support (e.g. [ EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#emr-cluster ) , [ Glue PySpark Job] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#aws-glue-pyspark-jobs ) , MWAA):** <br >
30
30
➡️ ` pip install pyarrow==2 awswrangler `
31
31
32
32
Powered By [ <img src =" https://arrow.apache.org/img/arrow.png " width =" 200 " >] ( https://arrow.apache.org/powered_by/ )
@@ -44,7 +44,7 @@ Powered By [<img src="https://arrow.apache.org/img/arrow.png" width="200">](http
44
44
45
45
Installation command: ` pip install awswrangler `
46
46
47
- > ⚠️ ** For platforms without PyArrow 3 support (e.g. [ EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#emr-cluster ) , [ Glue PySpark Job] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#aws-glue-pyspark-jobs ) , MWAA):** <br >
47
+ > ⚠️ ** For platforms without PyArrow 3 support (e.g. [ EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#emr-cluster ) , [ Glue PySpark Job] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#aws-glue-pyspark-jobs ) , MWAA):** <br >
48
48
➡️` pip install pyarrow==2 awswrangler `
49
49
50
50
``` py3
@@ -98,17 +98,17 @@ FROM "sampleDB"."sampleTable" ORDER BY time DESC LIMIT 3
98
98
99
99
## [ Read The Docs] ( https://aws-sdk-pandas.readthedocs.io/ )
100
100
101
- - [ ** What is AWS SDK for pandas?** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /what.html )
102
- - [ ** Install** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html )
103
- - [ PyPi (pip)] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#pypi-pip )
104
- - [ Conda] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#conda )
105
- - [ AWS Lambda Layer] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#aws-lambda-layer )
106
- - [ AWS Glue Python Shell Jobs] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#aws-glue-python-shell-jobs )
107
- - [ AWS Glue PySpark Jobs] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#aws-glue-pyspark-jobs )
108
- - [ Amazon SageMaker Notebook] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#amazon-sagemaker-notebook )
109
- - [ Amazon SageMaker Notebook Lifecycle] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#amazon-sagemaker-notebook-lifecycle )
110
- - [ EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#emr )
111
- - [ From source] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /install.html#from-source )
101
+ - [ ** What is AWS SDK for pandas?** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /what.html )
102
+ - [ ** Install** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html )
103
+ - [ PyPi (pip)] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#pypi-pip )
104
+ - [ Conda] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#conda )
105
+ - [ AWS Lambda Layer] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#aws-lambda-layer )
106
+ - [ AWS Glue Python Shell Jobs] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#aws-glue-python-shell-jobs )
107
+ - [ AWS Glue PySpark Jobs] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#aws-glue-pyspark-jobs )
108
+ - [ Amazon SageMaker Notebook] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#amazon-sagemaker-notebook )
109
+ - [ Amazon SageMaker Notebook Lifecycle] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#amazon-sagemaker-notebook-lifecycle )
110
+ - [ EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#emr )
111
+ - [ From source] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /install.html#from-source )
112
112
- [ ** Tutorials** ] ( https://github.com/aws/aws-sdk-pandas/tree/main/tutorials )
113
113
- [ 001 - Introduction] ( https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/001%20-%20Introduction.ipynb )
114
114
- [ 002 - Sessions] ( https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/002%20-%20Sessions.ipynb )
@@ -144,29 +144,29 @@ FROM "sampleDB"."sampleTable" ORDER BY time DESC LIMIT 3
144
144
- [ 032 - Lake Formation Governed Tables] ( https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/032%20-%20Lake%20Formation%20Governed%20Tables.ipynb )
145
145
- [ 033 - Amazon Neptune] ( https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/033%20-%20Amazon%20Neptune.ipynb )
146
146
- [ 034 - Distributing Calls on Ray Remote Cluster] ( https://github.com/aws/aws-sdk-pandas/blob/release-3.0.0/tutorials/034%20-%20Distributing%20Calls%20on%20Ray%20Remote%20Cluster.ipynb )
147
- - [ ** API Reference** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html )
148
- - [ Amazon S3] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-s3 )
149
- - [ AWS Glue Catalog] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#aws-glue-catalog )
150
- - [ Amazon Athena] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-athena )
151
- - [ AWS Lake Formation] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#aws-lake-formation )
152
- - [ Amazon Redshift] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-redshift )
153
- - [ PostgreSQL] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#postgresql )
154
- - [ MySQL] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#mysql )
155
- - [ SQL Server] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#sqlserver )
156
- - [ Oracle] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#oracle )
157
- - [ Data API Redshift] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#data-api-redshift )
158
- - [ Data API RDS] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#data-api-rds )
159
- - [ OpenSearch] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#opensearch )
160
- - [ Amazon Neptune] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-neptune )
161
- - [ DynamoDB] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#dynamodb )
162
- - [ Amazon Timestream] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-timestream )
163
- - [ Amazon EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-emr )
164
- - [ Amazon CloudWatch Logs] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-cloudwatch-logs )
165
- - [ Amazon Chime] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-chime )
166
- - [ Amazon QuickSight] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#amazon-quicksight )
167
- - [ AWS STS] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#aws-sts )
168
- - [ AWS Secrets Manager] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#aws-secrets-manager )
169
- - [ Global Configurations] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b1 /api.html#global-configurations )
147
+ - [ ** API Reference** ] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html )
148
+ - [ Amazon S3] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-s3 )
149
+ - [ AWS Glue Catalog] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#aws-glue-catalog )
150
+ - [ Amazon Athena] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-athena )
151
+ - [ AWS Lake Formation] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#aws-lake-formation )
152
+ - [ Amazon Redshift] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-redshift )
153
+ - [ PostgreSQL] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#postgresql )
154
+ - [ MySQL] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#mysql )
155
+ - [ SQL Server] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#sqlserver )
156
+ - [ Oracle] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#oracle )
157
+ - [ Data API Redshift] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#data-api-redshift )
158
+ - [ Data API RDS] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#data-api-rds )
159
+ - [ OpenSearch] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#opensearch )
160
+ - [ Amazon Neptune] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-neptune )
161
+ - [ DynamoDB] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#dynamodb )
162
+ - [ Amazon Timestream] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-timestream )
163
+ - [ Amazon EMR] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-emr )
164
+ - [ Amazon CloudWatch Logs] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-cloudwatch-logs )
165
+ - [ Amazon Chime] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-chime )
166
+ - [ Amazon QuickSight] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#amazon-quicksight )
167
+ - [ AWS STS] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#aws-sts )
168
+ - [ AWS Secrets Manager] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#aws-secrets-manager )
169
+ - [ Global Configurations] ( https://aws-sdk-pandas.readthedocs.io/en/3.0.0b2 /api.html#global-configurations )
170
170
- [ ** License** ] ( https://github.com/aws/aws-sdk-pandas/blob/main/LICENSE.txt )
171
171
- [ ** Contributing** ] ( https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md )
172
172
0 commit comments