Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/reference/frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ Serialization / IO / conversion
.. autosummary::
:toctree: api/

DataFrame.from_arrow
DataFrame.from_dict
DataFrame.from_records
DataFrame.to_orc
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Categorical components
.. autosummary::
:toctree: api/

CategoricalIndex.append
CategoricalIndex.codes
CategoricalIndex.categories
CategoricalIndex.ordered
Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/offset_frequency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Methods
DateOffset.is_quarter_end
DateOffset.is_year_start
DateOffset.is_year_end
DateOffset.rollback
DateOffset.rollforward

BusinessDay
-----------
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ strings and apply several methods to it. These can be accessed like
Series.str.fullmatch
Series.str.get
Series.str.index
Series.str.isascii
Series.str.join
Series.str.len
Series.str.ljust
Expand Down
Loading
Loading