Skip to content

Commit abe7d63

Browse files
committed
_warn_missing_levels docstring updated
1 parent fb5d704 commit abe7d63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tubular/nominal.py

+4
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,10 @@ def _warn_missing_levels(
12971297
The column name being checked for missing user-specified levels.
12981298
missing_levels: dict[str, list[str]]
12991299
Dictionary containing missing user-specified levels for each column.
1300+
Returns
1301+
-------
1302+
missing_levels : dict[str, list[str]]
1303+
Dictionary updated to reflect new missing levels for column c
13001304
13011305
"""
13021306
# print warning for missing levels

0 commit comments

Comments
 (0)