Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-44101 Support pandas 2
  3. SPARK-43291

Generate proper warning on different behavior with numeric_only

    XMLWordPrintableJSON

Details

    Description

      Should enable test below:

      pdf = pd.DataFrame([("1", "2"), ("0", "3"), ("2", "0"), ("1", "1")], columns=["a", "b"])
      psdf = ps.from_pandas(pdf)
      self.assert_eq(pdf.cov(), psdf.cov()) 

      Attachments

        Activity

          People

            Unassigned Unassigned
            itholic Haejoon Lee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: