Skip to content

Commit c157b3c

Browse files
committed
added headings to tutorial
1 parent a841ecf commit c157b3c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

week_5/tutorial_week5.ipynb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,13 @@
564564
"new_data.info() # as before"
565565
]
566566
},
567+
{
568+
"cell_type": "markdown",
569+
"metadata": {},
570+
"source": [
571+
"#### x.unique(), x.value_counts(), x.sum()"
572+
]
573+
},
567574
{
568575
"cell_type": "markdown",
569576
"metadata": {},
@@ -615,6 +622,13 @@
615622
"- there is 1 value each for 'No' and 'Yes'"
616623
]
617624
},
625+
{
626+
"cell_type": "markdown",
627+
"metadata": {},
628+
"source": [
629+
"#### NaNs: x.fillna(), x.dropna()"
630+
]
631+
},
618632
{
619633
"cell_type": "markdown",
620634
"metadata": {},
@@ -697,6 +711,13 @@
697711
"Now let's address the 'Yes' and 'No' and the fact that the apparent integers are actually strings - all in one step."
698712
]
699713
},
714+
{
715+
"cell_type": "markdown",
716+
"metadata": {},
717+
"source": [
718+
"#### x.map()"
719+
]
720+
},
700721
{
701722
"cell_type": "markdown",
702723
"metadata": {},

0 commit comments

Comments
 (0)