Prakhar Sandhu created SPARK-38638:
--------------------------------------

             Summary: AttributeError: module 'pyspark.pandas' has no attribute 
'Timedelta'
                 Key: SPARK-38638
                 URL: https://issues.apache.org/jira/browse/SPARK-38638
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 3.2.1
            Reporter: Prakhar Sandhu


After replacing pandas library with pyspark.pandas, I tried to use the below 
function :  
{code:java}
pd.Timedelta(days=30) {code}
But received the below error :
{code:java}
AttributeError: module 'pyspark.pandas' has no attribute 'Timedelta' {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to