2021-11-27
----------
ver 0.0.7: Basic functionality. Visualizing the timeline of a pandas dataframe with 4 columns = ['content','start','end','group']

dataset.load_as_df(name)
timeline.add_df(df)
timeline.show(filename)
