import dascore as dc
spool = dc.get_example_spool("random_das")
df = spool.get_contents()get_contents
get_contents(
self ,
)-> ‘pd.DataFrame’
Get a dataframe of the spool contents.
Note
Each call returns a caller-owned dataframe; mutating it never changes the spool. Use frame.copy(deep=True) when an eager block copy is needed.