We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f75d10 commit 1bd4746Copy full SHA for 1bd4746
doc/source/user_guide/style.ipynb
@@ -1412,7 +1412,7 @@
1412
"source": [
1413
"## Limitations\n",
1414
"\n",
1415
- "- DataFrame only `(use Series.to_frame().style)`\n",
+ "- DataFrame only (use `Series.to_frame().style`)\n",
1416
"- The index and columns must be unique\n",
1417
"- No large repr, and construction performance isn't great; although we have some [HTML optimizations](#Optimization)\n",
1418
"- You can only style the *values*, not the index or columns (except with `table_styles` above)\n",
0 commit comments