Yikun commented on code in PR #36712:
URL: https://github.com/apache/spark/pull/36712#discussion_r884381846
##########
python/pyspark/pandas/frame.py:
##########
@@ -551,11 +551,11 @@ def ndim(self) -> int:
>>> df = ps.DataFrame([[1, 2], [4, 5], [7, 8]],
... index=['cobra', 'viper', None],
... columns=['max_speed', 'shield'])
- >>> df
+ >>> df # doctest: +SKIP
Review Comment:
BTW, here is the final test with pandas 1.4 (all ut/doctest passed). all
changes have been submited as PRs
[1] https://github.com/Yikun/spark/pull/102
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]