Files
docker-stacks/tests/pyspark-notebook/units/unit_pandas_version.py
Ayaz Salikhov b744182207 Start using spark4-preview versions (#2159)
* Start using spark4-preview versions

* Allow to download preview versions

* Expect warnings in spark

* Disable local_sparklyr test for now
2024-10-22 11:47:45 +01:00

6 lines
153 B
Python

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
import pandas
assert pandas.__version__ == "2.2.2"