pandera.api.polars.components.Column.example

Column.example(size=None)[source]

Generate an example of a particular size.

Parameters:

size – number of elements in the generated Index.

Returns:

pandas DataFrame object.

Warning

This method is not implemented in the polars backend.