Animorphs #25: The Extreme

Reading Journey

  • Started: 2024-12-13T20:43:19Z
  • Ended: 2024-12-13T21:45:37Z
  • Total Time Read: 1hrs 2mins 18secs
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 #25: The Extreme"""
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 #25: The Extreme

Thoughts on Animorphs #25: The Extreme

Overview

Animorphs find them selves in the Arctic and basically are there for the plot so they can get new morphs.

Marco is being really ‘Marco’’

This one book seemed just a bit ‘different’– I immediately noticed that Marco felt just a little extra. But looking up this book, you can see that this was from a ghost writer (Jeffrey Zeuhlke) so wondering if that’s what I was feeling.

Back to the story, I love that the one human they met is casual about the known alien/Yerk base and seeing the Animorphs morphing. Also hilarious that the team basically just shrugs that it probably won’t matter since this guy is out on his own and no one believe him. Very different from every other time they worried about someone discovering their secret.

This is the first ghostwriter book; we’ll see how the rest go


Bluesky Comments