Is it possible to add shape information? e.g. `Dataset[(10, 3), ("a": int, "b": int, "c": int)]` Wil type a dataframe with 10 rows and 3 columns
Is it possible to add shape information?
e.g.
Dataset[(10, 3), ("a": int, "b": int, "c": int)]Wil type a dataframe with 10 rows and 3 columns