We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bafdd commit 8a8bdb0Copy full SHA for 8a8bdb0
pandas/core/dtypes/dtypes.py
@@ -5,6 +5,7 @@
5
from pandas import compat
6
from pandas.core.dtypes.generic import ABCIndexClass, ABCCategoricalIndex
7
from pandas._libs.tslibs import Period, NaT
8
+from pandas._libs.interval import Interval
9
10
from .base import ExtensionDtype, _DtypeOpsMixin
11
@@ -791,7 +792,6 @@ def construct_from_string(cls, string):
791
792
793
@property
794
def type(self):
- from pandas import Interval
795
return Interval
796
797
def __unicode__(self):
0 commit comments