Skip to content

Commit 54066db

Browse files
committed
DOC: noted DataFrame.insert in release notes
1 parent a8f66b4 commit 54066db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Release notes
5959
arbitrary criterion (function returning boolean value),
6060
e.g. frame.select(lambda x: 'foo' in x, axis=1)
6161
* `DataFrame.consolidate` method, API function relating to redesigned internals
62+
* `DataFrame.insert` method for inserting column at a specified location rather
63+
than the default __setitem__ behavior (which puts it at the end)
6264
* `HDFStore` class in `pandas.io.pytables` has been largely rewritten using
6365
patches from Jeff Reback from others. It now supports mixed-type `DataFrame`
6466
and `Series` data and can store `WidePanel` objects. It also has the option to

0 commit comments

Comments
 (0)