Animorphs #35.5: Visser

Reading Journey

  • Started: 2024-12-28T13:08:33Z
  • Ended: 2024-12-28T15:08:12Z
  • Total Time Read: 1hrs 59mins 36secs
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 #35.5: Visser"""
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 #35.5: Visser

Thoughts on Animorphs #35.5: Visser

Overview

Narrated by Visser One (Marco’s Yeerk-controlled mom) at the ‘present time’. They’re on trial so you learn of their life and see how the Yeerks take on human emotion.

More evidence that Yeerks can have emotions, at least brought out by humans

Interesting to see how this directly ties to the current story line from the Animorphs


Bluesky Comments