set_index

fio.TableLazy.set_index(key)

Set the index of the table.

Parameters

Name Type Description Default
key str Column header. View available headers via .columns. required
Back to top