The Creative Act: A Way of Being

Reading Journey

  • Started: 2023-09-28T03:38:30Z
  • Ended: 2023-09-28T05:06:30Z
  • Total Time Read: 1hrs 28mins 0secs
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 = """The Creative Act: A Way of Being"""
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 The Creative Act: A Way of Being