Data and Reality, 2nd Edition

Reading Journey

  • Started: 2025-01-16T13:20:38Z
  • Ended: 2025-01-16T13:43:45Z
  • Total Time Read: 0hrs 23mins 5secs
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 and Reality, 2nd 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 and Reality, 2nd Edition

Thoughts on Data and Reality, 2nd Edition

Overview

The nature of an information system; Naming; Relationships; Attributes; Types and categories and sets; Models; The record model; The other three popular models; The modelling of relationships; Elementary concepts; Philosophy.

READING

READING

READING


Bluesky Comments