XMLWordPrintableJSON

Details

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

    Description

      Repro:

      pdf = pd.DataFrame({"A": range(1, 6), "B": range(10, 0, -2)})
      psdf = ps.from_pandas(pdf)
      pdf.eval("B = A + B // (100 + 200) * (500 - B) - 10.5")
      psdf.eval("B = A + B // (100 + 200) * (500 - B) - 10.5") 

      Attachments

        Activity

          People

            podongfeng Ruifeng Zheng
            itholic Haejoon Lee
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: