Skip to content

Commit 68345e7

Browse files
itholiczhengruifeng
authored andcommitted
[SPARK-44289][FOLLOWUP] Cleanup doctest
### What changes were proposed in this pull request? This is followup for #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 #42552 from itholic/test-followup. Authored-by: itholic <haejoon.lee@databricks.com> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
1 parent c88ced8 commit 68345e7

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)