distantreading / worldcat

1 stars 0 forks source link

Provide a summary of the results #3

Closed christofs closed 5 years ago

christofs commented 5 years ago

It would be very useful if we could also provide a more readable summary of the results. Based on the metadata and the detailed reprint count, the following information could be provided for each novel in a separate CSV file:

identifier, author, title, reprints_total, reprints_1970-2010, reprints_category

For the "reprints_category" field, the following rule should be applied:

if reprints_1970-2010 != 0:
   reprints_category = "high"
else:
    reprints_category = "low"
christofs commented 5 years ago

See a proposal for a solution here: https://github.com/dh-trier/worldcat/blob/master/create_summary.py

christofs commented 5 years ago

Done.