Haejoon Lee created SPARK-46553:
-----------------------------------

             Summary: FutureWarning for interpolate with object dtype
                 Key: SPARK-46553
                 URL: https://issues.apache.org/jira/browse/SPARK-46553
             Project: Spark
          Issue Type: Bug
          Components: Pandas API on Spark
    Affects Versions: 4.0.0
            Reporter: Haejoon Lee


>>> pdf.interpolate()
<stdin>:1: FutureWarning: DataFrame.interpolate with object dtype is deprecated 
and will raise in a future version. Call obj.infer_objects(copy=False) before 
interpolating instead.
   A  B
0  a  1
1  b  2
2  c  3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to