Skip to content

Commit c548365

Browse files
maneeshamaxim-belkin
authored andcommitted
02-starting-with-data.md: Typos - end sentences with question marks or periods (#442)
1 parent 65429e8 commit c548365

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_episodes/02-starting-with-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,13 +484,13 @@ summary stats.
484484

485485
> ## Challenge - Summary Data
486486
>
487-
> 1. How many recorded individuals are female `F` and how many male `M`
487+
> 1. How many recorded individuals are female `F` and how many male `M`?
488488
> 2. What happens when you group by two columns using the following syntax and
489-
> then grab mean values:
489+
> then grab mean values?
490490
> - `grouped_data2 = surveys_df.groupby(['plot_id','sex'])`
491491
> - `grouped_data2.mean()`
492492
> 3. Summarize weight values for each site in your data. HINT: you can use the
493-
> following syntax to only create summary statistics for one column in your data
493+
> following syntax to only create summary statistics for one column in your data.
494494
> `by_site['weight'].describe()`
495495
>
496496
>

0 commit comments

Comments
 (0)