Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba35778

Browse files
authored
Update README.md
1 parent1684fe0 commitba35778

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎.learn/exercises/06.3-group-by/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ How many different names exist in the Dataset?
66

77
1. Use the DataFrame`groupby` function to group your table by name.
88

9-
2. Use the`sum()` functionavailableafter you group, to count the number ofgruped occurences.
9+
2. Use the`sum()` function after you group, to count the number ofgrouped occurrences.
1010

1111
3. Use the`len(result)` function to count the number of groups.
1212

13-
##Expected Result:
13+
##💻Expected Result:
1414

15-
`17632`
15+
```bash
16+
17632
17+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp