We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9bd5a commit 9c0f46dCopy full SHA for 9c0f46d
doc/source/v0.9.0.txt
@@ -51,9 +51,9 @@ API changes
51
- ``first`` and ``last`` methods in ``GroupBy`` no longer drop non-numeric
52
columns (GH1809_)
53
- Resolved inconsistencies in specifying custom NA values in text parser.
54
- `na_values` of type dict no longer override default NAs unless
55
- `keep_default_na` is set to false explicitly (GH1657_)
56
- - DataFrame.dot will not do data alignment, and also work with Series
+ ``na_values`` of type dict no longer override default NAs unless
+ ``keep_default_na`` is set to false explicitly (GH1657_)
+ - ``DataFrame.dot`` will not do data alignment, and also work with Series
57
(GH1915_)
58
59
0 commit comments