Hello World: Being Human in the Age of Algorithms

Reading Journey

  • Started: 2023-06-24T14:00:05Z
  • Ended: 2023-06-25T21:32:21Z
  • Total Time Read: 3hrs 43mins 54secs
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 = """Hello World: Being Human in the Age of Algorithms"""
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 Hello World: Being Human in the Age of Algorithms