Closed
Description
pandas/pandas/core/dtypes/inference.py
Line 219 in c4b4a81
In 3.6+ there's typing.re.Pattern
. Otherwise, there's _re_type = type(re.compile(''))
.
pandas/pandas/core/dtypes/inference.py
Line 219 in c4b4a81
In 3.6+ there's typing.re.Pattern
. Otherwise, there's _re_type = type(re.compile(''))
.