Skip to content

Commit

Permalink
remove periodarray
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 12, 2018
1 parent 708dd75 commit 0f4083e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pandas/core/arrays/period.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,6 @@ def to_timestamp(self, freq=None, how='start'):
# --------------------------------------------------------------------
# Array-like / EA-Interface Methods

def __repr__(self):
return '<{}>\n{}\nLength: {}, dtype: {}'.format(
self.__class__.__name__,
[str(s) for s in self],
len(self),
self.dtype
)

def _formatter(self, formatter=None):
if formatter:
return formatter.formatter or str
Expand Down

0 comments on commit 0f4083e

Please sign in to comment.