Reading Journey
- Started: 2024-11-25T14:50:59Z
- Ended: 2024-12-02T20:58:00Z
- Total Time Read: 7hrs 11mins 15secs
Code
%run _help_reading.py
import pandas as pd
df = pd.read_csv(
'https://github.com/MrGeislinger/victorsothervector/raw/main/'
'data/reading/all_reading-clean.csv'
)
book_name = """The Rise of Endymion"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Thoughts on The Rise of Endymion
Overview
The final book from the Hyperion Cantos.
Not bad but I’m happy for it to be dones
Is it bad when you see the final end coming from 300 pages away?