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 5526526 commit 45865d3Copy full SHA for 45865d3
pandas/_libs/lib.pyx
@@ -112,8 +112,7 @@ def is_scalar(val: object) -> bint:
112
113
Parameters
114
----------
115
- val : input argument of any type
116
-
+ val : input argument of any type
117
This includes:
118
- numpy array scalar (e.g. np.int64)
119
- Python builtin numerics
@@ -170,7 +169,7 @@ def is_scalar(val: object) -> bint:
170
169
or util.is_period_object(val)
171
or is_decimal(val)
172
or is_interval(val)
173
- or util.is_offset_object(val)
+ or util.is_offset_object(val))
174
175
def item_from_zerodim(val: object) -> object:
176
"""
0 commit comments