File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -367,8 +367,6 @@ pandas 0.11.0
367
367
when invalid shapes are passed
368
368
- Don't suppress TypeError in GroupBy.agg (GH3238 _)
369
369
- Methods return None when inplace=True (GH1893 _)
370
- - HTML repr output for dataframs is once again controlled by the option
371
- `display.notebook_repr_html `, and on by default.
372
370
- ``HDFStore ``
373
371
374
372
- added the method ``select_column `` to select a single column from a table as a Series.
@@ -382,7 +380,7 @@ pandas 0.11.0
382
380
very wide output will now be output as "expand_repr" style wrapped output.
383
381
- Various defaults for options (including display.max_rows) have been revised,
384
382
after a brief survey concluded they were wrong for everyone. Now at w=80,h=60.
385
- - HTML repr output for dataframes is once again controlled by the option
383
+ - HTML repr output in IPython qtconsole is once again controlled by the option
386
384
`display.notebook_repr_html `, and on by default.
387
385
388
386
**Bug Fixes **
You can’t perform that action at this time.
0 commit comments