Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-42497 Support of pandas API on Spark for Spark Connect
  3. SPARK-43624

Enable ExponentialMovingLike.mean with Spark Connect

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.5.0
    • 3.5.0
    • None

    Description

      Repro:

      pser = pd.Series([1, 2, 3], index=np.random.rand(3), name="a")
      psser = ps.from_pandas(pser)
      psser.ewm(com=0.2).mean() 

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: