Upgrade Apache Spark to 3.5.0 (#1995)

* 1.

* add note for pandas version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update images/pyspark-notebook/Dockerfile

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
This commit is contained in:
Bjørn Jørgensen
2023-09-16 18:56:10 +02:00
committed by GitHub
parent b72e40b2e3
commit 52a999a554
2 changed files with 10 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
# Distributed under the terms of the Modified BSD License.
import pandas
assert pandas.__version__ == "1.5.3"
assert pandas.__version__ == "2.0.3"