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 435cf2b commit b89ffb3Copy full SHA for b89ffb3
pandas/core/base.py
@@ -3,6 +3,7 @@
3
"""
4
5
from __future__ import annotations
6
+from typing import Union
7
8
import textwrap
9
from typing import (
0 commit comments