Animorphs #13.5: The Andalite Chronicles

Reading Journey

  • Started: 2024-11-23T13:10:31Z
  • Ended: 2024-11-24T15:15:57Z
  • Total Time Read: 2hrs 52mins 58secs
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 #13.5: The Andalite Chronicles"""
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 #13.5: The Andalite Chronicles

Thoughts on Animorphs #13.5: The Andalite Chronicles

Overview

The 8th book in the Animorphs series narrated by Ax (the only Andalite of the Animorphs)

First Prequel for the Animorphs Series

You get to learn about Elfganor, the Andalite alien who gave the Animorphs their morphing power.

You learn their story is a little more determined and special than you first realized.

Lot’s of nostalgia for me.


Bluesky Comments