Skip to content

Commit daed7a6

Browse files
committed
update problem titles
1 parent 1299a9d commit daed7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

4_Problems/2_01_Pandas Accessing Data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"id": "a80f4fde",
3636
"metadata": {},
3737
"source": [
38-
"## 🟩 Select First 5 Rows (2.1.1)"
38+
"## 🟩 Select First 5 Rows with .iloc() (2.1.1)"
3939
]
4040
},
4141
{
@@ -59,7 +59,7 @@
5959
"id": "99a28184",
6060
"metadata": {},
6161
"source": [
62-
"## 🟩 Get Rows and Columns (2.1.2)"
62+
"## 🟩 Get Rows and Columns with .loc() (2.1.2)"
6363
]
6464
},
6565
{

0 commit comments

Comments
 (0)