You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Using this data: df = pd.read_csv("Play Store Data.csv")
Go to 'df1.groupby(['Category', 'Content Rating']).mean()'
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
The text was updated successfully, but these errors were encountered:
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:
df = pd.read_csv("Play Store Data.csv")
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
The text was updated successfully, but these errors were encountered: