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 d305c8e commit 3829027Copy full SHA for 3829027
src/nested_pandas/series/accessor.py
@@ -1,7 +1,6 @@
1
# Python 3.9 doesn't support "|" for types
2
from __future__ import annotations
3
4
-import warnings
5
from collections.abc import Generator, Mapping
6
from typing import cast
7
0 commit comments