You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Rafal Wojdyla (Jira)" <ji...@apache.org> on 2021/02/25 16:02:00 UTC

[jira] [Created] (SPARK-34544) pyspark toPandas() should return pd.DataFrame

Rafal Wojdyla created SPARK-34544:
-------------------------------------

             Summary: pyspark toPandas() should return pd.DataFrame
                 Key: SPARK-34544
                 URL: https://issues.apache.org/jira/browse/SPARK-34544
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 3.0.1
            Reporter: Rafal Wojdyla


Right now {{toPandas()}} returns {{DataFrameLike}}, which is an incomplete "view" of pandas {{DataFrame}}. Which leads to cases like mypy reporting that certain pandas methods are not present in {{DataFrameLike}}, even tho those methods are valid methods on pandas {{DataFrame}}, which is the actual type of the object. This requires type ignore comments or asserts.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org