pyexcel.sheets.NamedColumn

class pyexcel.sheets.NamedColumn(matrix)[source]

Series Sheet would have Named Column instead of Column

example:

import pyexcel as pe

r = pe.SeriesReader("example.csv")
print(r.column["column 1"])
__init__(matrix)

Methods

__init__(matrix)
format([column_index, formatter, ...]) Format a column
select(names) Delete columns other than specified