We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2fa7a commit 08d8b8cCopy full SHA for 08d8b8c
docs/src/releasenotes.md
@@ -1,6 +1,10 @@
1
# Release Notes
2
3
## Unreleased
4
+* **Breaking.** Improved Tables-interface support for `PyPandasDataFrame`: better inferred
5
+ column types; better handling of non-string column names; columns are usually wrappers
6
+ (`PyArray` or `PyList`). Constructor arguments have changed. Dict methods have been
7
+ removed (basically only the Tables interface is supported).
8
* Adds `pyhasitem` and 3-arg `pygetitem`.
9
* Extends `Base.get`, `Base.get!`, `Base.haskey` and 2-arg `Base.hash` for `Py`.
10
* `PyArray` can now have any element type when the underlying array is of Python objects.
0 commit comments