Create a dataframe
Operations on data
Conventions
Sort the dataframe from a column name
final df = df.sort("timestamp"); // or df.sortI("timestamp");