Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/comparison_with_r.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ In ``pandas`` the equivalent expression, using the
})

grouped = df.groupby(['month','week'])
print grouped['x'].agg([np.mean, np.std])
print(grouped['x'].agg([np.mean, np.std]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually this print is entirely unecessary.



For more details and examples see :ref:`the groupby documentation
Expand Down Expand Up @@ -505,4 +505,4 @@ For more details and examples see :ref:`categorical introduction <categorical>`
.. cast: http://www.inside-r.org/packages/cran/reshape2/docs/cast

.. |factor| replace:: ``factor``
.. _factor: https://stat.ethz.ch/R-manual/R-devel/library/base/html/factor.html
.. _factor: https://stat.ethz.ch/R-manual/R-devel/library/base/html/factor.html