We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3829027 commit edf94c2Copy full SHA for edf94c2
src/nested_pandas/nestedframe/core.py
@@ -1968,7 +1968,7 @@ def map_rows(
1968
self,
1969
func: Callable[..., Any],
1970
columns: None | str | list[str] = None,
1971
- row_container: Literal[dict] | Literal["args"] = "dict",
+ row_container: Literal["dict"] | Literal["args"] = "dict",
1972
output_names: None | str | list[str] = None,
1973
infer_nesting: bool = True,
1974
append_columns: bool = False,
0 commit comments