Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added `from pandas.api import types`. Changed from `common.is_numeric_dtype` and `common.is_datetime64_dtype` in lines 113 and 116 to `types.---` to make things work with pandas 0.23.0. Not sure if you use `from pandas.core import common` anywhere else in your code but quick test with it removed doesn't seem to break anything. Didn't do extensive testing but does seem to get things working again.
- Loading branch information