Skip to content

Commit ad49095

Browse files
committed
DOC: corrections in v0.14.0
1 parent 0f36cf5 commit ad49095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/v0.14.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ API changes
130130

131131
passing ``as_index`` will leave the grouped column in-place (this is not change in 0.14.0)
132132

133+
.. ipython:: python
134+
133135
df = DataFrame([[1, np.nan], [1, 4], [5, 6], [5, 8]], columns=['A', 'B'])
134136
g = df.groupby('A',as_index=False)
135137
g.count()

0 commit comments

Comments
 (0)