@@ -110,12 +110,13 @@ Other new features
110
110
- Add :ref:`limit <missing_data.fillna.limit>` argument to fillna/reindex
111
111
- More flexible multiple function application in GroupBy, and can pass list
112
112
(name, function) tuples to get result in particular order with given names
113
- - Add flexible ``replace`` method for efficiently substituting values
113
+ - Add flexible :ref:`replace <missing_data.replace>` method for efficiently
114
+ substituting values
114
115
- Enhanced :ref:`read_csv/read_table <io.parse_dates>` for reading time series
115
116
data and converting multiple columns to dates
116
117
- Add :ref:`comments <io.comments>` option to parser functions: read_csv, etc.
117
- - Add `` dayfirst`` option to parser functions for parsing international
118
- DD/MM/YYYY dates
118
+ - Add :ref` dayfirst <io.dayfirst>` option to parser functions for parsing
119
+ international DD/MM/YYYY dates
119
120
- Allow the user to specify the CSV reader :ref:`dialect <io.dialect>` to
120
121
control quoting etc.
121
122
- Handling :ref:`thousands <io.thousands>` separators in read_csv to improve
@@ -125,7 +126,7 @@ Other new features
125
126
- Move to klib-based hash tables for indexing; better performance and less
126
127
memory usage than Python's dict
127
128
- Add first, last, min, max, and prod optimized GroupBy functions
128
- - New ordered_merge function
129
+ - New :ref:` ordered_merge <merging.ordered_merge>` function
129
130
- Add flexible comparison instance methods eq, ne, lt, gt, etc. to DataFrame,
130
131
Series
131
132
- Improve :ref:`scatter_matrix <visualization.scatter_matrix>` plotting
@@ -137,7 +138,8 @@ Other new features
137
138
- Add max_colwidth configuration option for DataFrame console output
138
139
- Interpolate Series values using index values
139
140
- Can select multiple columns from GroupBy
140
- - Add Series/DataFrame.:ref:`update <merging.combine_first.update>` methods for updating values in place
141
+ - Add :ref:`update <merging.combine_first.update>` methods to Series/DataFrame
142
+ for updating values in place
141
143
142
144
Other API changes
143
145
~~~~~~~~~~~~~~~~~
0 commit comments