Why does something like
df.style.hide_index()
turn out so ugly in Databricks? That command should show the dataframe pretty like always, but simply with the index column concealed. Instead, here's an image of what happens instead (displaying the dataframe twice in this code -- first as regular, then with .style: