We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f66b4 commit 54066dbCopy full SHA for 54066db
RELEASE.rst
@@ -59,6 +59,8 @@ Release notes
59
arbitrary criterion (function returning boolean value),
60
e.g. frame.select(lambda x: 'foo' in x, axis=1)
61
* `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)
64
* `HDFStore` class in `pandas.io.pytables` has been largely rewritten using
65
patches from Jeff Reback from others. It now supports mixed-type `DataFrame`
66
and `Series` data and can store `WidePanel` objects. It also has the option to
0 commit comments