Skip to content

Installation

First, make sure you have created and activated a Python3.8+ virtual environment.

Then, run

python -m pip install dataframe-api-compat

Then, if you start the Python REPL and see the following:

>>> import dataframe_api_compat
>>> dataframe_api_compat.__version__
'0.2.7'
then installation worked correctly!