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