You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Data Wrangler aims to fill a gap between AWS Analytics Services (Glue, Athena, EMR, Redshift, S3) and the most popular Python data libraries ([Pandas](https://pandas.pydata.org/), [Apache Spark](https://spark.apache.org/)).
*P.S.* Lambda Layer bundle and Glue egg are available to [download](https://github.com/awslabs/aws-data-wrangler/releases). It's just upload to your account and run! :rocket:
32
31
33
32
## Examples
34
33
35
-
### Writing Pandas Dataframe to Data Lake
34
+
### Writing Pandas Dataframe to S3 + Glue Catalog
36
35
37
36
```py3
38
37
session = awswrangler.Session()
@@ -46,7 +45,7 @@ session.pandas.to_parquet(
46
45
47
46
If a Glue Database name is passed, all the metadata will be created in the Glue Catalog. If not, only the s3 data write will be done.
0 commit comments