diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 6cd67302b2a0e..49ece5564c300 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -362,6 +362,18 @@ any Delta table into Pandas dataframe. ## Out-of-core +### [Bodo](https://bodo.ai/) + +Bodo is a high-performance Python computing engine that automatically parallelizes and +optimizes your code through compilation using HPC (high-performance computing) techniques. +Designed to operate with native pandas dataframes, Bodo compiles your pandas code to execute +across multiple cores on a single machine or distributed clusters of multiple compute nodes efficiently. +Bodo also makes distributed pandas dataframes queryable with SQL. + +The community edition of Bodo is free to use on up to 8 cores. Beyond that, Bodo offers a paid +enterprise edition. Free licenses of Bodo (for more than 8 cores) are available +[upon request](https://www.bodo.ai/contact) for academic and non-profit use. + ### [Cylon](https://cylondata.org/) Cylon is a fast, scalable, distributed memory parallel runtime with a pandas