Files
docker-stacks/tests/by_image/pyspark-notebook/units/unit_pandas_version.py
2025-05-30 09:11:31 +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.3"