HyukjinKwon commented on a change in pull request #33877:
URL: https://github.com/apache/spark/pull/33877#discussion_r702536157
##########
File path: python/pyspark/pandas/spark/accessors.py
##########
@@ -352,33 +338,6 @@ def print_schema(self, index_col: Optional[Union[str,
List[str]]] = None) -> Non
Returns
-------
None
-
Review comment:
should revert
##########
File path: python/pyspark/pandas/spark/accessors.py
##########
@@ -322,20 +322,6 @@ def schema(self, index_col: Optional[Union[str,
List[str]]] = None) -> StructTyp
index_col: str or list of str, optional, default: None
Column names to be used in Spark to represent pandas-on-Spark's
index. The index name
in pandas-on-Spark is ignored. By default, the index is always
lost.
-
Review comment:
should revert
--
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]