Skip to content

Commit 0f4083e

Browse files
committed
remove periodarray
1 parent 708dd75 commit 0f4083e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/core/arrays/period.py

-8
Original file line numberDiff line numberDiff line change
@@ -366,14 +366,6 @@ def to_timestamp(self, freq=None, how='start'):
366366
# --------------------------------------------------------------------
367367
# Array-like / EA-Interface Methods
368368

369-
def __repr__(self):
370-
return '<{}>\n{}\nLength: {}, dtype: {}'.format(
371-
self.__class__.__name__,
372-
[str(s) for s in self],
373-
len(self),
374-
self.dtype
375-
)
376-
377369
def _formatter(self, formatter=None):
378370
if formatter:
379371
return formatter.formatter or str

0 commit comments

Comments
 (0)