โถ๏ธ Introduction
๐ช Walkthrough
๐ Notebook Examples
๐ Assets
๐๏ธ Data
๐งฉ Problems
๐ Environments
๐งฎ Features
๐ฆ Spaces
๐ค Models
โป๏ธ Runs
Bases: Space
Space
Generate a sample from the space.
n_rows โ Number of rows to generate for the DataFrame.
index โ An optional pandas Index or MultiIndex to use for the DataFrame.
A pandas DataFrame with sampled values.
Check if a given dataframe x is contained within the space.
x โ A pandas DataFrame.
True if x is contained in the space, False otherwise.