Skip to content

Commit 0d4a70f

Browse files
authored
Merge pull request #499
#496 Fixed mislabelled cells.md Fixes #496
2 parents 2920b96 + 36c1bc0 commit 0d4a70f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/02-starting-with-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ array(['NL', 'DM', 'PF', 'PE', 'DS', 'PP', 'SH', 'OT', 'DO', 'OX', 'SS',
391391
'SC', 'BA', 'SF', 'RO', 'AS', 'SO', 'PI', 'ST', 'CU', 'SU', 'RX',
392392
'PB', 'PL', 'PX', 'CT', 'US'], dtype=object)
393393
~~~
394-
{: .language-python}
394+
{: .output}
395395

396396
> ## Challenge - Statistics
397397
>
@@ -478,7 +478,7 @@ F 28.836780 42.170555
478478
M 29.709578 42.995379
479479
480480
~~~
481-
{: .language-python}
481+
{: .output}
482482

483483
The `groupby` command is powerful in that it allows us to quickly generate
484484
summary stats.

0 commit comments

Comments
 (0)