We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5d704 commit abe7d63Copy full SHA for abe7d63
tubular/nominal.py
@@ -1297,6 +1297,10 @@ def _warn_missing_levels(
1297
The column name being checked for missing user-specified levels.
1298
missing_levels: dict[str, list[str]]
1299
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
1304
1305
"""
1306
# print warning for missing levels
0 commit comments