We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e19bb commit 98f05ebCopy full SHA for 98f05eb
doc/source/whatsnew/v0.21.0.txt
@@ -215,7 +215,7 @@ New Behaviour:
215
216
Furthermore this will now correctly box the results of iteration for :func:`DataFrame.to_dict` as well.
217
218
-.. ipython:: ipython
+.. ipython:: python
219
220
d = {'a':[1], 'b':['b']}
221
df = pd.DataFrame(d)
pandas/core/base.py
@@ -900,7 +900,7 @@ def tolist(self):
900
901
See Also
902
--------
903
- numpy.tolist
+ numpy.ndarray.tolist
904
"""
905
906
if is_datetimelike(self):
0 commit comments