dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
6 stars 1 forks source link

add an example comparing/testing undate against partial dates & durations in Shakespeare and Company Project dataset #57

Closed rlskoeser closed 8 months ago

rlskoeser commented 1 year ago

create a jupyter notebook that loads S&co events dataset and installs undate; should go in our examples directory

for events with duration, test parsing start and end with undate and comparing the duration from undate with that in the public dataset

any discrepancies? if so, can we figure out why?

rlskoeser commented 8 months ago

notebook added in #36