Skip to content

Commit 94980bb

Browse files
DOC: remove redundant comments
Co-authored-by: mroeschke <[email protected]>
1 parent d285833 commit 94980bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/reshape/pivot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
from pandas import DataFrame
5555

5656

57-
# Note: We need to make sure `frame` is imported before `pivot`, otherwise
58-
# _shared_docs['pivot_table'] will not yet exist. T
5957
def pivot_table(
6058
data: DataFrame,
6159
values=None,

0 commit comments

Comments
 (0)