DataFrames
Question
Conceptually describe creating a DataFrame with columns
time and value from lists [0, 1, 2] and [10, 12, 15].
Answer
Conceptually describe creating a DataFrame with columns
time and value from lists [0, 1, 2] and [10, 12, 15].