Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reworded instructions for join section in pandas_homework.ipynb #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 4 additions & 2 deletions workshop_4/pandas_homework.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Create a new dataframe, with two columns: CCG_Code, and CCG_Name:\n",
"Create a new dataframe manually, with two columns: CCG_Code, and CCG_Name:\n",
"\n",
"- 15M: DERBY AND DERBYSHIRE\n",
"- 06K: HERTFORDSHIRE AND WEST ESSEX\n",
"- 02A: GREATER MANCHESTER"
"- 02A: GREATER MANCHESTER\n",
"\n",
"Hint: use `pd.Dataframe()` and pass it a dictionary with the column names and values above!"
]
},
{
Expand Down