laywerrobot/lib/python3.6/site-packages/pandas/formats/style.py

8 lines
279 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
import warnings
warnings.warn("Styler has been moved from pandas.formats.style.Styler"
" to pandas.io.formats.style.Styler. This shim will be"
" removed in pandas 0.21",
FutureWarning)
from pandas.io.formats.style import Styler # noqa