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
In this notebook we make sure that our test Polars
dataframes are displayed nicely with the default itables settings.
from itables import init_notebook_mode, show
from itables.sample_dfs import get_dict_of_test_dfs
dict_of_test_dfs = get_dict_of_test_dfs(type="polars")
init_notebook_mode(all_interactive=True)