Animorphs #38: The Arrival

Reading Journey

  • Started: 2024-12-29T15:38:36Z
  • Ended: 2024-12-29T17:04:44Z
  • Total Time Read: 1hrs 26mins 8secs
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 #38: The Arrival"""
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 #38: The Arrival

Thoughts on Animorphs #38: The Arrival

Overview

An Andalite team arrives to Earth– the Animorphs & Ax discover it’s a suicide squad to release a bioweapon on the Yeerks that might kill humans too.

More Andalite shenanigans

The most heartbreaking part is the last sentence where Ax cries, clearly wishing to be home again.

Will the Andalites ever come to Earth to help?


Bluesky Comments