Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 20, 2016
1 parent 1f6a02c commit 5e88579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teachpyx/examples/pandasex.py
Expand Up @@ -51,7 +51,7 @@ def pandas_fillna(df, by, hasna=None):

def pandas_groupby_nan(df, by, axis=0, as_index=False, **kwargs):
"""
Does a groupby by keeping missing values.
Does a groupby including missing values.
@param df dataframe
@param by column or list of columns
Expand Down

0 comments on commit 5e88579

Please sign in to comment.