From 661787e6728668de5bb817d2cb03e5dbf4472100 Mon Sep 17 00:00:00 2001 From: Rajat Sharma Date: Sat, 3 Dec 2022 00:16:37 +0530 Subject: [PATCH] TypoError: etl_pipeline.py to process_data.py --- .../notebooks/ETL Pipeline Preparation-zh.ipynb | 8 ++++---- .../notebooks/ETL Pipeline Preparation.ipynb | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation-zh.ipynb b/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation-zh.ipynb index 3f7403f9..8e4cbaf0 100644 --- a/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation-zh.ipynb +++ b/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation-zh.ipynb @@ -226,8 +226,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 8. 在这个notebook 里完成 `etl_pipeline.py`\n", - "使用 Resources 文件夹中给出的模板文件编写脚本,运行上面的步骤,根据用户指定的新数据库创建一个数据库。或者,你也可以在项目工作环境 IDE 中完成教室中的 `etl_pipeline.py` 。" + "### 8. 在这个notebook 里完成 `process_data.py`\n", + "使用 Resources 文件夹中给出的模板文件编写脚本,运行上面的步骤,根据用户指定的新数据库创建一个数据库。或者,你也可以在项目工作环境 IDE 中完成教室中的 `process_data.py` 。" ] }, { @@ -240,7 +240,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -254,7 +254,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.9.12" } }, "nbformat": 4, diff --git a/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation.ipynb b/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation.ipynb index 27fface6..96014774 100644 --- a/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation.ipynb +++ b/project_files/Disaster_Response_Pipeline/notebooks/ETL Pipeline Preparation.ipynb @@ -226,8 +226,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 8. Use this notebook to complete `etl_pipeline.py`\n", - "Use the template file attached in the Resources folder to write a script that runs the steps above to create a database based on new datasets specified by the user. Alternatively, you can complete `etl_pipeline.py` in the classroom on the `Project Workspace IDE` coming later." + "### 8. Use this notebook to complete `process_data.py`\n", + "Use the template file attached in the Resources folder to write a script that runs the steps above to create a database based on new datasets specified by the user. Alternatively, you can complete `process_data.py` in the classroom on the `Project Workspace IDE` coming later." ] }, { @@ -240,7 +240,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -254,7 +254,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.9.12" } }, "nbformat": 4,