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
# Ignore specific FutureWarning from plotly express
warnings.filterwarnings("ignore", category=FutureWarning, message="When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas")