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);
/Users/victor/Developer/Workspace/victorsothervector/books/_help_reading.py:78: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator. Otherwise, ticks may be mislabeled.
  ax.set_xticklabels(
Figure 1: Reading done for Animorphs #38: The Arrival

title: “Animorphs #38: The Arrival” book: title: “Animorphs #38: The Arrival” format: html: code-fold: true creator: “@victorgeislinger” —

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?


NoteBluesky Comments