Generate a dataset that exercises many Python types.
Usage
sample_types()
dict[str, list]
Six rows with int, float, bool, string, None, and large-number columns.
>>> data = sample_types() >>> len(data["integer"]) 6