nod-ai
pandas-mlir
C++

Bridging Pandas and MLIR ecosystems

Last updated May 17, 2025
18
Stars
1
Forks
1
Issues
0
Stars/day
Attention Score
3
Language breakdown
C++ 59.3%
Python 21.5%
CMake 12.9%
C 3.4%
MLIR 1.6%
Shell 1.3%
Files click to expand
README

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.

🔗 More in this category

© 2026 GitRepoTrend · nod-ai/pandas-mlir · Updated daily from GitHub