collection.get_compatible_features()
Last updated
id:int:ID of Rasgo Collection to return
pandas DataFrame
Get features that are compatible with an existing collection
# Preview your collection in a pandas DataFrame
collection_id = 101
my_collection = get.collection(collection_id)
features = my_collection.get_compatible_features()Last updated