Oxen.ai has built in tools to help you find differences in your datasets. It is as simple as running the oxen diff command with the path to your datas

Data Diffs - Oxen.ai

submited by
Style Pass
2024-02-27 17:30:10

Oxen.ai has built in tools to help you find differences in your datasets. It is as simple as running the oxen diff command with the path to your datasets.

Under the hood Oxen.ai is using a combination of hashing and diffing algorithms to find the differences in your datasets. This allows you to quickly find changes in your datasets, whether they are rows, columns, or individual cells. Oxen’s diff tool tries to strike a balance between being easy to use and being flexible enough to handle complex datasets.

All the functionality below is available through the 🖥️ Command Line, 🦀 Rust Library, 🐍 Python Library, as well as the 🌎 Web Interface. This guide will focus on the command line tooling, but the same principles apply to the other interfaces.

Using the Oxen.ai Web Hub you can quickly visualize and navigate the changes in your datasets with an easy to use interface. Sign up for free 👉 here.

Leave a Comment