Skip to content

Commit dc0cc46

Browse files
itholicvpolet
authored andcommitted
[SPARK-44289][FOLLOWUP] Cleanup doctest
### What changes were proposed in this pull request? This is followup for apache#42533 to remove meaningless import ### Why are the changes needed? import numpy is not needed for doctest. ### Does this PR introduce _any_ user-facing change? This impacts to user-facing documents, so it's sort of user-facing cleanup. ### How was this patch tested? The existing CI should pass Closes apache#42552 from itholic/test-followup. Authored-by: itholic <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent f55cdbb commit dc0cc46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/pandas/groupby.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4165,7 +4165,6 @@ def value_counts(
41654165
41664166
Examples
41674167
--------
4168-
>>> import numpy as np
41694168
>>> df = ps.DataFrame({'A': [1, 2, 2, 3, 3, 3],
41704169
... 'B': [1, 1, 2, 3, 3, np.nan]},
41714170
... columns=['A', 'B'])

0 commit comments

Comments
 (0)