> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/datadesigner/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/datadesigner/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/datadesigner/_mcp/server.

# data\_designer.config.seed\_source\_dataframe

## Module Contents

### Classes

| Name                                                                                  | Description                                 |
| ------------------------------------------------------------------------------------- | ------------------------------------------- |
| [`DataFrameSeedSource`](#data_designerconfigseed_source_dataframedataframeseedsource) | Base class for seed dataset configurations. |

### API

```python
class data_designer.config.seed_source_dataframe.DataFrameSeedSource(
    /,
    **data: typing.Any
)
```

**Bases**: `data_designer.config.seed_source.SeedSource`

```python
seed_type: typing.Literal[data_designer.config.seed_source_dataframe.DataFrameSeedSource.df] = df
```

```python
model_config = ConfigDict(...)
```

```python
df: pydantic.json_schema.SkipJsonSchema[pandas.DataFrame] = Field(...)
```