From 98d801d37a0f3ab14e65cd8d83d1f4084fc84c5e Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 30 Oct 2024 20:14:20 +0200 Subject: [PATCH] fix: update references in introduction notebook (#3009) Signed-off-by: Emmanuel Ferdman --- tutorials/001 - Introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/001 - Introduction.ipynb b/tutorials/001 - Introduction.ipynb index 0bb088e3c..305d88bb9 100644 --- a/tutorials/001 - Introduction.ipynb +++ b/tutorials/001 - Introduction.ipynb @@ -16,7 +16,7 @@ "source": [ "## What is AWS SDK for pandas?\n", "\n", - "An [open-source](https://github.com/aws/aws-sdk-pandas>) Python package 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**, etc).\n", + "An [open-source](https://github.com/aws/aws-sdk-pandas) Python package 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**, etc).\n", "\n", "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**.\n", "\n",