Skip to content

Commit f53967e

Browse files
NPalopolimaxim-belkin
authored andcommitted
guide.md: fix typo
Pull Request: #341
1 parent 69652be commit f53967e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_extras/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ stack_selection.plot(kind='bar', stacked=True)
224224
~~~
225225
{: .language-python}
226226

227-
*Suggestion*: As we now the other values are all Nan values, we could also select all not null values (just preview, more on this in next lesson):
227+
*Suggestion*: As we know the other values are all Nan values, we could also select all not null values (just preview, more on this in next lesson):
228228
~~~
229229
stack_selection = surveys_df[(surveys_df['sex'].notnull()) &
230230
surveys_df["weight"] > 0.][["sex", "weight", "plot_id"]]

0 commit comments

Comments
 (0)