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 8427640 commit 6c1c618Copy full SHA for 6c1c618
pandas/core/arrays/arrow/accessors.py
@@ -245,7 +245,7 @@ def dtypes(self) -> Series:
245
The data type of each child field.
246
247
See Also
248
- -------
+ --------
249
Series.dtype: Return the dtype object of the underlying data.
250
251
Examples
pandas/core/series.py
@@ -1618,7 +1618,7 @@ def to_markdown(
1618
{klass} in Markdown-friendly format.
1619
1620
1621
1622
Series.to_frame : Rrite a text representation of object to the system clipboard.
1623
Series.to_latex : Render Series to LaTeX-formatted table.
1624
0 commit comments