collection.preview()
Parameters
Return Object
Sample Usage
# Preview your collection in a pandas DataFrame
collection_id = 101
my_collection = get.collection(collection_id)
my_collection.preview()Last updated
# Preview your collection in a pandas DataFrame
collection_id = 101
my_collection = get.collection(collection_id)
my_collection.preview()Last updated