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 3
3
{{ header }}
4
4
5
5
*************
6
- Release Notes
6
+ Release notes
7
7
*************
8
8
9
9
This 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:
473
473
474
474
.. _whatsnew_0140.slicers :
475
475
476
- MultiIndexing using slicers
476
+ Multiindexing using slicers
477
477
~~~~~~~~~~~~~~~~~~~~~~~~~~~
478
478
479
479
In 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
904
904
905
905
.. _whatsnew_0140.bug_fixes :
906
906
907
- Bug Fixes
907
+ Bug fixes
908
908
~~~~~~~~~
909
909
910
910
- 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
600
600
601
601
.. _whatsnew_0150.sql :
602
602
603
- Improvements in the sql io module
603
+ Improvements in the SQL io module
604
604
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605
605
606
606
- 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
1197
1197
1198
1198
.. _whatsnew_0180.bug_fixes :
1199
1199
1200
- Bug Fixes
1200
+ Bug fixes
1201
1201
~~~~~~~~~
1202
1202
1203
1203
- 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:
380
380
381
381
.. _whatsnew_0181.numpy_compatibility :
382
382
383
- numpy function compatibility
383
+ NumPy function compatibility
384
384
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
385
385
386
386
Compatibility 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