Skip to content

Commit c93ded7

Browse files
committed
DOC: release notes
1 parent 24ed9ed commit c93ded7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ feedback on the library.
104104
- Added `DataFrame.align` method with standard join options
105105
- Added `parse_dates` option to `read_csv` and `read_table` methods to
106106
optionally try to parse dates in the index columns
107+
- Add `nrows`, `chunksize`, and `iterator` arguments to `read_csv` and
108+
`read_table`. The last two return a new `TextParser` class capable of
109+
lazily iterating through chunks of a flat file (GH #242)
107110
- Added ability to join on multiple columns in `DataFrame.join` (GH #214)
108111
- Added private `_get_duplicates` function to `Index` for identifying
109112
duplicate values more easily
@@ -114,7 +117,8 @@ feedback on the library.
114117
- Add inner join option to `DataFrame.join` when joining on key(s) (GH #248)
115118
- Can select set of DataFrame columns by passing a list to `__getitem__` (GH
116119
#253)
117-
- Can use & and | to intersection / union Index objects, respectively
120+
- Can use & and | to intersection / union Index objects, respectively (GH
121+
#261)
118122

119123
**Improvements to existing features**
120124

0 commit comments

Comments
 (0)