Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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` 。"
]
},
{
Expand All @@ -240,7 +240,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -254,7 +254,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand All @@ -240,7 +240,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -254,7 +254,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down