Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. #487

Open
muktaraut12 opened this issue Dec 6, 2022 · 0 comments

Comments

@muktaraut12
Copy link

Describe the bug
C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning:
Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.

It occured while using GroupBy function in pandas module

To Reproduce
Please describe the steps needed to reproduce the behavior. For example:

  1. Using this data: df = pd.read_csv("Play Store Data.csv")
  2. Go to 'df1.groupby(['Category', 'Content Rating']).mean()'
  3. See error

File "C:\Users\mukta\anaconda3\lib\site-packages\altair\utils\core.py", line 307, in sanitize_dataframe
raise ValueError("Hierarchical indices not supported")
ValueError: Hierarchical indices not supported

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant