Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.35 KB

File metadata and controls

18 lines (16 loc) · 1.35 KB

Interactive Data Manipulator

Author

Chloe Lee-Hone

Description

Allows user to load a CSV dataset from a location in memory, modify the data, and persist the new version to memory using the command line. Exploratory use of threads and asynchronous tasks, though they are not required, or even efficient, for this project.

Running Program

Running Program
Command Line Program Screenshot Command Line Program Screenshot

Diagrams

UML Diagrams
UML Diagram High-Level Layers Diagram
Sequence Diagrams
Sequence Diagram for Persisting Data Sequence Diagram for Reloading Data