py_dataset

up

frame_objects

Frames hold a snapshot of the data aggregated when the frame was defined. They help you work with smaller objects aggregated out of your dataset collection.

    c_name = "pubs.ds"
    f_name ="date-title-location"
    object_list = dataset.frame_objects(c_name, f_name)