collection.preview()

Parameters

id:int:ID of Rasgo Collection to return

Return Object

pandas DataFrame

Sample Usage

View the first 10 rows of your collection in a pandas dataframe

# Preview your collection in a pandas DataFrame
collection_id = 101
my_collection = get.collection(collection_id)
my_collection.preview()

Last updated