Skip to content

nod-ai/pandas-mlir

Repository files navigation

pandas-mlir

Requirements

Requires Python 3.9+. Install python requirements using pip.

$ pip install -r requirements.txt

Also requires ccache.

On Linux, you can install using apt.

sudo apt install ccache

On MacOS, you can install using brew.

brew install ccache

Build

$ ./cmake_configure.sh

# Build everything
$ cmake --build build

# Run unit tests
$ cmake --build build --target check-pandas-mlir

# Convert Pandas Python -> Pandas MLIR
$ cd python/test; pytest -s

More information

See the wiki for more information on the project.