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 ecd2fec commit c72434fCopy full SHA for c72434f
docs/src/releasenotes.md
@@ -6,6 +6,8 @@
6
* Adds `pyfunc`, `pyclassmethod`, `pystaticmethod` and `pyproperty`.
7
* `pyconvert_add_rule` is now documented. Its semantics have changed, including the
8
separator of the first argument from `/` to `:`.
9
+* A pandas `<NA>` value is now converted to `missing`.
10
+* A `NaN` in a `PyPandasDataFrame` is converted to `missing`.
11
* Bug fixes.
12
13
## v0.6.1 (2022-02-21)
0 commit comments