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 68b1da7 commit 057b242Copy full SHA for 057b242
doc/source/whatsnew/v0.10.0.rst
@@ -430,7 +430,7 @@ Updated PyTables Support
430
431
- added mixed-dtype support!
432
433
- .. ipython:: python
+ .. code-block:: ipython
434
435
In [64]: df['string'] = 'string'
436
doc/source/whatsnew/v0.12.0.rst
@@ -320,7 +320,7 @@ Other Enhancements
320
Let's say that we had an option ``'a.b'`` and another option ``'b.c'``.
321
We can set them at the same time:
322
323
324
325
In [31]: pd.get_option('a.b')
326
Out[31]: 2
0 commit comments