From 496cedac7f4d76099952cfc464321d64d9d96305 Mon Sep 17 00:00:00 2001 From: gracia Date: Fri, 15 Aug 2025 13:15:18 -0700 Subject: [PATCH] update docstring raises section --- src/nested_pandas/nestedframe/core.py | 6 ++++++ 1 file changed, 6 insertions(+) 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