Animorphs #12: The Reaction

Reading Journey

  • Started: 2024-11-22T21:05:55Z
  • Ended: 2024-11-22T22:02:38Z
  • Total Time Read: 0hrs 56mins 43secs
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 #12: The Reaction"""
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 #12: The Reaction

Thoughts on Animorphs #12: The Reaction

Overview

Rachel narrates and discovers she’s allergic to crocodiles. Also the equivalent to mid-90s Justin Bieber almost sells out to the Yerks

More alien technology quirks

Allergic reaction leads to a morphing burp


Bluesky Comments