Skip to content

Commit 091ee60

Browse files
committed
fix pandas < 0.19.0 compat
1 parent 6ef3a47 commit 091ee60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/feather/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import six
1616
from distutils.version import LooseVersion
1717
import pandas as pd
18-
from pandas.types import api as pdapi
18+
from feather.compat import pdapi
1919

2020
import feather.ext as ext
2121

0 commit comments

Comments
 (0)