Skip to content

Commit 1437f22

Browse files
committed
Updated docs.
1 parent d3e1ac1 commit 1437f22

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
*Pandas on AWS*
44

5+
Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
6+
57
![AWS Data Wrangler](docs/source/_static/logo2.png?raw=true "AWS Data Wrangler")
68

79
> An [AWS Professional Service](https://aws.amazon.com/professional-services/) open source initiative | [email protected]
@@ -30,7 +32,7 @@ Powered By [<img src="https://arrow.apache.org/img/arrow.png" width="200">](http
3032
- [Community Resources](#community-resources)
3133
- [Logging](#logging)
3234
- [Who uses AWS Data Wrangler?](#who-uses-aws-data-wrangler)
33-
- [Amazon SageMaker Data Wrangler?](#amazon-sageMaker-data-wrangler)
35+
- [What is Amazon SageMaker Data Wrangler?](#amazon-sageMaker-data-wrangler)
3436

3537
## Quick Start
3638

docs/source/install.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,13 @@ After installing these header files you can either just install ``pyodbc`` or
170170
>>> pip install pyodbc
171171
>>> pip install awswrangler[sqlserver]
172172
173-
Finally you also the need correct ODBC Driver for SQL Server. You can have a look at the
173+
Finally you also need the correct ODBC Driver for SQL Server. You can have a look at the
174174
`documentation from Microsoft <https://docs.microsoft.com/sql/connect/odbc/
175175
microsoft-odbc-driver-for-sql-server?view=sql-server-ver15>`_
176176
to see how they can be installed in your environment.
177177
178178
If you want to connect to Microsoft SQL Server from AWS Lambda, you can build a separate Layer including the
179-
needed OBDC drivers and `pyobdc` by following
180-
`these instructions <https://gist.github.com/diriver63/b72a954fa0da4851d89e5086aa13c6e8>`_.
179+
needed OBDC drivers and `pyobdc`.
181180
182181
If you maintain your own environment, you need to take care of the above steps.
183182
Because of this limitation usage in combination with Glue jobs is limited and you need to rely on the

docs/source/what.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
What is AWS Data Wrangler?
22
==========================
33

4-
An `AWS Professional Service <https://aws.amazon.com/professional-services>`_ `open source <https://github.com/awslabs/aws-data-wrangler>`_ python initiative that extends the power of `Pandas <https://github.com/pandas-dev/pandas>`_ library to AWS connecting **DataFrames** and AWS data related services (**Amazon Redshift**, **AWS Glue**, **Amazon Athena**, **Amazon Timestream**, **Amazon EMR**, **Amazon QuickSight**, etc).
4+
An `AWS Professional Service <https://aws.amazon.com/professional-services>`_ `open source <https://github.com/awslabs/aws-data-wrangler>`_ python initiative that extends the power of `Pandas <https://github.com/pandas-dev/pandas>`_ library to AWS connecting **DataFrames** and AWS data related services.
5+
6+
Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
57

68
Built on top of other open-source projects like `Pandas <https://github.com/pandas-dev/pandas>`_, `Apache Arrow <https://github.com/apache/arrow>`_ and `Boto3 <https://github.com/boto/boto3>`_, it offers abstracted functions to execute usual ETL tasks like load/unload data from **Data Lakes**, **Data Warehouses** and **Databases**.
79

0 commit comments

Comments
 (0)