Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit a139e66

Browse files
committed
adjust dot doctest
1 parent b92b872 commit a139e66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • third_party/bigframes_vendored/pandas/core

third_party/bigframes_vendored/pandas/core/series.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,10 +1480,10 @@ def dot(self, other) -> Series | np.ndarray:
14801480
... "b" : [-10, 20, -30, 40],
14811481
... "c" : [-1, 2, -3, bpd.NA]})
14821482
>>> s @ other
1483-
a 8.0
1484-
b 80.0
1483+
a 8
1484+
b 80
14851485
c <NA>
1486-
dtype: Float64
1486+
dtype: Int64
14871487
14881488
Args:
14891489
other (Series, or DataFrame):

0 commit comments

Comments
 (0)