Skip to content

Commit e21eb72

Browse files
committed
importing additional objects pandas.compat.numpy
1 parent b4052a2 commit e21eb72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/__init__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121

2222
# numpy compat
2323
from pandas.compat.numpy import (
24-
LooseVersion, tz_replacer, _tz_regex, np_datetime64_compat,
25-
np_array_datetime64_compat, function)
24+
np_datetime64_compat, np_array_datetime64_compat, _nlv, _np_version,
25+
_np_version_under1p14, _np_version_under1p15, _np_version_under1p16,
26+
_np_version_under1p17, LooseVersion, tz_replacer, _tz_regex, function)
2627

2728
try:
2829
from pandas._libs import (hashtable as _hashtable,

0 commit comments

Comments
 (0)