We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fbcbefd commit ba35f62Copy full SHA for ba35f62
RELEASE.rst
@@ -12,6 +12,7 @@ pandas 0.4.4
12
13
**New features / modules**
14
15
+ - Added `DataFrame.align` method with standard join options
16
- Added `parse_dates` option to `read_csv` and `read_table` methods to
17
optionally try to parse dates in the index columns
18
- Added ability to join on multiple columns in `DataFrame.join` (GH #214)
@@ -35,6 +36,8 @@ pandas 0.4.4
35
36
performance
37
- Improved speed of `DataFrame.xs` on mixed-type DataFrame objects by about
38
5x, regression from 0.3.0
39
+ - With new `DataFrame.align` method, speeding up binary operations between
40
+ differently-indexed DataFrame objects by 10-25%.
41
42
**Bug fixes**
43
0 commit comments