Skip to content

Commit af494ff

Browse files
committed
fixing
1 parent cebfabe commit af494ff

File tree

1 file changed

+3
-3
lines changed
  • third_party/bigframes_vendored/pandas/core/groupby

1 file changed

+3
-3
lines changed

third_party/bigframes_vendored/pandas/core/groupby/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ def var(
340340
>>> df = bpd.DataFrame(data, index=['dog', 'dog', 'dog',
341341
... 'mouse', 'mouse', 'mouse', 'mouse'])
342342
>>> df.groupby(level=0).var()
343-
a b
344-
dog 4.000000 12.333333
345-
mouse 4.916667 2.250000
343+
a b
344+
dog 4.0 12.333333
345+
mouse 4.916667 2.25
346346
<BLANKLINE>
347347
[2 rows x 2 columns]
348348

0 commit comments

Comments
 (0)