Data Science on the Google Cloud Platform, 1st Edition

Reading Journey

  • Started: 2022-02-24T15:48:40Z
  • Ended: 2022-02-28T14:42:20Z
  • Total Time Read: 5hrs 11mins 30secs
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 = """Data Science on the Google Cloud Platform, 1st Edition"""
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 Data Science on the Google Cloud Platform, 1st Edition