You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/style.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -935,7 +935,7 @@
935
935
"\n",
936
936
"<span style=\"color: red\">*Experimental: This is a new feature and still under development. We'll be adding features and possibly making breaking changes in future releases. We'd love to hear your feedback.*</span>\n",
937
937
"\n",
938
-
"Some support is available for exporting styled `DataFrames`to Excel worksheets using the `OpenPyXL` engine. CSS2.2 properties handled include:\n",
938
+
"Some support is available for exporting styled `DataFrames`to Excel worksheets using the `OpenPyXL` engine. CSS2.2 properties handled include:\n",
939
939
"\n",
940
940
"- `background-color`\n",
941
941
"- `border-style`, `border-width`, `border-color` and their {`top`, `right`, `bottom`, `left` variants}\n",
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Other Enhancements
39
39
- :func:`read_feather` has gained the ``nthreads`` parameter for multi-threaded operations (:issue:`16359`)
40
40
- :func:`DataFrame.clip()` and :func:`Series.clip()` have gained an ``inplace`` argument. (:issue:`15388`)
41
41
- :func:`crosstab` has gained a ``margins_name`` parameter to define the name of the row / column that will contain the totals when ``margins=True``. (:issue:`15972`)
42
+
- :func:`Dataframe.select_dtypes` now accepts scalar values for include/exclude as well as list-like. (:issue:`16855`)
0 commit comments