Skip to content

Commit 0fc49df

Browse files
committed
Remove more no-op lines
1 parent 7a30d59 commit 0fc49df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/_numba/kernels/var_.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ def grouped_var(
196196

197197
if not skipna and np.isnan(val):
198198
output[lab] = np.nan
199-
comp_arr[lab] = np.nan
200-
consecutive_counts[lab] = 1
201-
prev_vals[lab] = np.nan
202199
continue
203200

204201
mean_x = means[lab]

0 commit comments

Comments
 (0)