Skip to content

Commit 159ce3b

Browse files
committed
docs: add series.info to api reference
1 parent 0305656 commit 159ce3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/source/reference/series.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Attributes
2525
Series.array
2626
Series.values
2727
Series.dtype
28+
Series.info
2829
Series.shape
2930
Series.nbytes
3031
Series.ndim

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Other enhancements
3232
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
3333
- :meth:`pandas.api.interchange.from_dataframe` now uses the `PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_ if available, only falling back to the Dataframe Interchange Protocol if that fails (:issue:`60739`)
3434
- Added :meth:`.Styler.to_typst` to write Styler objects to file, buffer or string in Typst format (:issue:`57617`)
35+
- Added missing :meth:`pandas.Series.info` to API reference (:issue:`60926`)
3536
- :class:`pandas.api.typing.NoDefault` is available for typing ``no_default``
3637
- :func:`DataFrame.to_excel` now raises an ``UserWarning`` when the character count in a cell exceeds Excel's limitation of 32767 characters (:issue:`56954`)
3738
- :func:`pandas.merge` now validates the ``how`` parameter input (merge type) (:issue:`59435`)

0 commit comments

Comments
 (0)