diff --git a/src/nested_pandas/nestedframe/core.py b/src/nested_pandas/nestedframe/core.py index 9e2b864..a7cdf8d 100644 --- a/src/nested_pandas/nestedframe/core.py +++ b/src/nested_pandas/nestedframe/core.py @@ -892,6 +892,12 @@ def describe(self, exclude_nest: bool = False, percentiles=None, include=None, e NestedFrame A NestedFrame with the summary statistics. + Raises + ------ + ValueError + If no statistics can be generated from the columns. + A combined error message will be given. + Examples -------- >>> from nested_pandas.datasets.generation import generate_data