Animorphs #34: The Prophecy

Reading Journey

  • Started: 2024-12-27T00:30:54Z
  • Ended: 2024-12-27T09:32:00Z
  • Total Time Read: 1hrs 28mins 31secs
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 #34: The Prophecy"""
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 #34: The Prophecy

Thoughts on Animorphs #34: The Prophecy

Overview

The consciousness of now dead Aldrea, Andalite from The Hork-Bajir Chronicles, takes residence within Cassie so the team can help establish a new Hork-Bajir colony on their home planet.

Gotta be careful with dual consciousnesses

Fun to see the callbacks


Bluesky Comments