Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-30834

Add note for recommended versions of Pandas and PyArrow for 2.4.x

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.5
    • 2.4.6, 3.0.0
    • Documentation, PySpark
    • None

    Description

      CI testing for branch 2.4 has been with the versions below. These are recommened and any newer versions can not be guaranteed correct.

       

      for 2.4, python 3.6.8:

      -bash-4.1$ python -c "import pandas; import pyarrow; print('pandas: %s' % pandas._version); print('pyarrow: %s' % pyarrow.version_)"
      pandas: 0.19.2
      pyarrow: 0.8.0

      for master/3.0, python 3.6.8:

      -bash-4.1$ python -c "import pandas; import pyarrow; print('pandas: %s' % pandas._version); print('pyarrow: %s' % pyarrow.version_)"
      pandas: 0.24.2
      pyarrow: 0.15.1

      Attachments

        Activity

          People

            bryanc Bryan Cutler
            bryanc Bryan Cutler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: