Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 362 Bytes

notes.md

File metadata and controls

7 lines (7 loc) · 362 Bytes
  • Demo app and data
    • data as csv, loaded into dataframe
    • Demoapp
      • Throw divide by zero inside of map(lambda a,b: df[a] / df[b], zip(columns1, columns2))
      • replace 0 by 1 in all columns but secretly flip it back if a columned is named 'bozo'
      • Maybe hide the bug in an inherited classes property.
    • Talk about experience with SAT solvers.