larray.read_sas

larray.read_sas(filepath, nb_index=None, index_col=None, fill_value=nan, na=nan, sort_rows=False, sort_columns=False, **kwargs)[source]
Reads sas file and returns an LArray with the contents
nb_index: number of leading index columns (e.g. 4)
or
index_col: list of columns for the index (e.g. [0, 1, 3])