Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e460550
DOC: Add examples for creating an index accessor
sjalkote Mar 16, 2024
87cc9dc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 16, 2024
15311db
Fix E501 lint errors
sjalkote Mar 16, 2024
2c084dc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 16, 2024
f527348
Fix failing CI builds for Docstring
sjalkote Mar 16, 2024
ed15adf
fix newline
sjalkote Mar 16, 2024
d07cea3
Merge branch 'main' into main
sjalkote Mar 17, 2024
7e45c99
Remove redundant code-block directives
sjalkote Mar 17, 2024
2c47a6f
Use variables for `Examples` content
sjalkote Mar 17, 2024
1420df5
Merge remote-tracking branch 'origin/main'
sjalkote Mar 17, 2024
64866c6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 17, 2024
152108b
Merge branch 'main' into main
sjalkote Mar 17, 2024
604bbb0
Fix docstring validation errors
sjalkote Mar 19, 2024
c6fee47
Fix docstring validation errors
sjalkote Mar 19, 2024
d0650be
Merge branch 'pandas-dev:main' into main
sjalkote Apr 1, 2024
3003ebb
Merge branch 'pandas-dev:main' into main
sjalkote Apr 1, 2024
8845750
Fix CI errors
sjalkote Apr 1, 2024
32dc509
Fix CI errors
sjalkote Apr 1, 2024
958428f
Fix CI errors
sjalkote Apr 1, 2024
2ef33aa
Fix CI errors
sjalkote Apr 1, 2024
a7e6e37
Fix CI errors (again lol)
sjalkote Apr 1, 2024
c6f848a
Merge branch 'main' into main
sjalkote Apr 2, 2024
b08a129
Merge branch 'main' into main
sjalkote Apr 2, 2024
67805c7
Undo validation ignore for docstrings
sjalkote Apr 2, 2024
6d525e7
Merge branch 'main' into main
sjalkote Apr 3, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix newline
  • Loading branch information
sjalkote committed Mar 16, 2024
commit ed15adf1f06fe6519edab2248389b346f57b7298
2 changes: 0 additions & 2 deletions pandas/core/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def __init__(self, pandas_obj):
def sum(self):
return self._obj.sum()


Back in an interactive IPython session:

.. code-block:: ipython
Expand Down Expand Up @@ -359,7 +358,6 @@ def __init__(self, pandas_obj):
def sum(self):
return self._obj.sum()


Back in an interactive IPython session:

.. code-block:: ipython
Expand Down