Closed duncandewhurst closed 3 years ago
Configuration options: https://github.com/googlecolab/colabtools/blob/32ca0f694c416890fb7f9376ffa08b95ddd6de7f/google/colab/data_table.py#L89
Set include_index = False for easier copy-pasting to Google Docs and set max_columns = 50 so that dataframes with many columns are still rendered as data tables, e.g.
include_index = False
max_columns = 50
from google.colab.data_table import DataTable DataTable.max_columns = 50
Closed by https://github.com/open-contracting/notebooks-ocds/pull/37
Configuration options: https://github.com/googlecolab/colabtools/blob/32ca0f694c416890fb7f9376ffa08b95ddd6de7f/google/colab/data_table.py#L89
Set
include_index = False
for easier copy-pasting to Google Docs and setmax_columns = 50
so that dataframes with many columns are still rendered as data tables, e.g.