We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef3a47 commit 091ee60Copy full SHA for 091ee60
python/feather/api.py
@@ -15,7 +15,7 @@
15
import six
16
from distutils.version import LooseVersion
17
import pandas as pd
18
-from pandas.types import api as pdapi
+from feather.compat import pdapi
19
20
import feather.ext as ext
21
0 commit comments