We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69652be commit f53967eCopy full SHA for f53967e
1 file changed
_extras/guide.md
@@ -224,7 +224,7 @@ stack_selection.plot(kind='bar', stacked=True)
224
~~~
225
{: .language-python}
226
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):
+*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):
228
229
stack_selection = surveys_df[(surveys_df['sex'].notnull()) &
230
surveys_df["weight"] > 0.][["sex", "weight", "plot_id"]]
0 commit comments