Animorphs #37: The Weakness

Reading Journey

  • Started: 2024-12-29T12:04:22Z
  • Ended: 2024-12-29T12:53:37Z
  • Total Time Read: 0hrs 49mins 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 = """Animorphs #37: The Weakness"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Figure 1: Reading done for Animorphs #37: The Weakness

Thoughts on Animorphs #37: The Weakness

Overview

Jake’s away so Rachel takes over as temporary leader but is so focused on fighting that she makes irresponsible decisions.

It ain’t easy being in charge

The end when Jake is back got me– it acknowledges that even Jake’s just a kid putting on a mask of being a leader

Comes back to say, hey they’re all just kids doing their best in an impossible situation


Bluesky Comments