File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,6 @@ In certain cases :meth:`~pandas.DataFrame.eval` will be much faster than
236
236
evaluation in pure Python. For more details and examples see :ref: `the eval
237
237
documentation <enhancingperf.eval>`.
238
238
239
- zoo
240
- ---
241
-
242
- xts
243
- ---
244
-
245
239
plyr
246
240
----
247
241
@@ -295,7 +289,7 @@ In ``pandas`` the equivalent expression, using the
295
289
})
296
290
297
291
grouped = df.groupby([' month' ,' week' ])
298
- print grouped[' x' ].agg([np.mean, np.std])
292
+ grouped[' x' ].agg([np.mean, np.std])
299
293
300
294
301
295
For more details and examples see :ref: `the groupby documentation
@@ -505,4 +499,4 @@ For more details and examples see :ref:`categorical introduction <categorical>`
505
499
.. cast: http://www.inside-r.org/packages/cran/reshape2/docs/cast
506
500
507
501
.. |factor | replace :: ``factor ``
508
- .. _factor : https://stat.ethz.ch/R-manual/R-devel/library/base/html/factor.html
502
+ .. _factor : https://stat.ethz.ch/R-manual/R-devel/library/base/html/factor.html
You can’t perform that action at this time.
0 commit comments