Suppose I have the following dataframe widget:
I know I can hide the index with show_index=False
, but how do I hide the first column (labeled with #
)?
Suppose I have the following dataframe widget:
I know I can hide the index with show_index=False
, but how do I hide the first column (labeled with #
)?