File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33{{ header }}
44
55*************
6- Release Notes
6+ Release notes
77*************
88
99This is the list of changes to pandas between each release. For full details,
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ Some other enhancements to the sql functions include:
473473
474474.. _whatsnew_0140.slicers :
475475
476- MultiIndexing using slicers
476+ Multiindexing using slicers
477477~~~~~~~~~~~~~~~~~~~~~~~~~~~
478478
479479In 0.14.0 we added a new way to slice MultiIndexed objects.
@@ -904,7 +904,7 @@ There are no experimental changes in 0.14.0
904904
905905.. _whatsnew_0140.bug_fixes :
906906
907- Bug Fixes
907+ Bug fixes
908908~~~~~~~~~
909909
910910- Bug in Series ValueError when index doesn't match data (:issue: `6532 `)
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ Rolling/expanding moments improvements
600600
601601.. _whatsnew_0150.sql :
602602
603- Improvements in the sql io module
603+ Improvements in the SQL io module
604604^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605605
606606- Added support for a ``chunksize `` parameter to ``to_sql `` function. This allows DataFrame to be written in chunks and avoid packet-size overflow errors (:issue: `8062 `).
Original file line number Diff line number Diff line change @@ -1197,7 +1197,7 @@ Performance improvements
11971197
11981198.. _whatsnew_0180.bug_fixes :
11991199
1200- Bug Fixes
1200+ Bug fixes
12011201~~~~~~~~~
12021202
12031203- Bug in ``GroupBy.size `` when data-frame is empty. (:issue: `11699 `)
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ New behavior:
380380
381381 .. _whatsnew_0181.numpy_compatibility :
382382
383- numpy function compatibility
383+ NumPy function compatibility
384384^^^^^^^^^^^^^^^^^^^^^^^^^^^^
385385
386386Compatibility between pandas array-like methods (e.g. ``sum `` and ``take ``) and their ``numpy ``
You can’t perform that action at this time.
0 commit comments