Files
docker-stacks/tests/pyspark-notebook/units/unit_pandas_version.py
2023-07-03 00:35:00 +04: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__ == "1.5.3"