Animorphs #18: The Decision

Reading Journey

  • Started: 2024-11-30T07:33:14Z
  • Ended: 2024-11-30T09:05:19Z
  • Total Time Read: 1hrs 20mins 52secs
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 #18: The Decision"""
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 #18: The Decision

Thoughts on Animorphs #18: The Decision

Overview

Team gets transferred to Zero Space (anti-space) because ‘technology’ and able to go fight with the Andalites in an important battle.

Andalite traitors exist!

Oh so they discover there are traitors within the Andalites. Also, Ax realizes how much the humans’ world is his new home.

The humans are relatively chill being on their first alien planet…


Bluesky Comments