lux
lux copied to clipboard
[BUG] Error displaying widget - utureWarning:the convert_dtype parameter is deprecated and will be removed in a future version. Do ``ser.astype(object).apply()`` instead if you want ``convert_dtype=False``.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Please describe the steps needed to reproduce the behavior. For example:
- Using this data:
df = ... - Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
anaconda3/lib/python3.12/site-packages/altair/utils/core.py:395: FutureWarning:the convert_dtype parameter is deprecated and will be removed in a future version. Do
ser.astype(object).apply()instead if you wantconvert_dtype=False. Error displaying widget
Important: Make sure to provide a sample of (preferably synthetic) data that can trigger the error based on the instructions.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Debugging information Please run the following code in your Jupyter Notebook/Lab:
import lux
lux.debug_info()
Additional context Add any other context about the problem here.