bwiley1 / pandleau

A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
MIT License
61 stars 19 forks source link

deprecation warning from pandas #26

Open kurtbrose opened 4 years ago

kurtbrose commented 4 years ago
Python36\site-packages\pandleau\pandleau.py:81: FutureWarning: pandas.lib is
deprecated and will be removed in a future version.
You can access infer_dtype as pandas.api.types.infer_dtype
  return pandleau.mapper[pandas.lib.infer_dtype(column.dropna())]
kurtbrose commented 4 years ago

BTW, thanks very much for making this library!