Closed christofs closed 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"
See a proposal for a solution here: https://github.com/dh-trier/worldcat/blob/master/create_summary.py
Done.
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: