lux icon indicating copy to clipboard operation
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``.

Open hypntzed78 opened this issue 10 months ago • 0 comments

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:

  1. Using this data: df = ...
  2. Go to '...'
  3. Click on '....'
  4. Scroll down to '....'
  5. 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 want convert_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.

hypntzed78 avatar Feb 27 '25 10:02 hypntzed78