example_data

Warning

🚧 Sprout is still in active development and evolving quickly, so the documentation and functionality may not work as described and could undergo substantial changes 🚧

example_data()

Generate an example Polars data frame.

Returns

pl.DataFrame

A Polars data frame matching the resource properties generated by example_resource_properties().

Examples

import seedcase_sprout as sp
sp.example_data()
shape: (3, 3)
id name value
i64 str f64
34 "Helly R" 123.123
99 "Mark S" 9988.0
100 "Ms Casey" -76.0009