Convert a list of list to a pandas DataFrame.
lol (list of lists) – 2-dimensional list array to parse to a DataFrame. Data is arranged row-wise, see argument transpose.
colnames (list) – Column names to set. If given None, create pseudo names with [col1, col2, …, coli, …, coln] notation.
transpose (bool) – Import data column-wise.
pandas.DataFrame
miscset.tables.dict_to_df