Animorphs #19: The Departure

Reading Journey

  • Started: 2024-12-03T20:07:53Z
  • Ended: 2024-12-03T23:31:01Z
  • Total Time Read: 1hrs 1mins 56secs
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 #19: The Departure"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
/Users/victor/Developer/Workspace/victorsothervector/books/_help_reading.py:78: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator. Otherwise, ticks may be mislabeled.
  ax.set_xticklabels(
Figure 1: Reading done for Animorphs #19: The Departure

title: “Animorphs #19: The Departure” book: title: “Animorphs #19: The Departure” format: html: code-fold: true creator: “@victorgeislinger” —

Thoughts on Animorphs #19: The Departure

Overview

Cassie addresses the issue with being in war when there are thinking creatures being killed in each battle

This was beautiful considering it’s also a book for kids

IMO knowing the ending of the series kind of makes this book a bit more special


NoteBluesky Comments