koladata

Home
Overview
Fundamentals
Glossary
Cheatsheet
API Reference

View the Project on GitHub google/koladata

Koda

Koda

Koda is a Python + C++ library that provides a data representation and domain-specific language (a.k.a DSL) for vectorized data transformations and computations on the transformed data with high performance. The data can be in the form of protos, tables, interconnected objects, graphs, tensors and more.

Such transformations and computations can be designed in an interactive REPL (e.g. Colab), as well compiled into computation graphs and served in production (i.e. C++ environments).

Koda Distinguishing Features

Why to Use Koda