Download Latest Version Data Formulator 0.5.1 source code.tar.gz (10.0 MB)
Email in envelope

Get an email when there's a new version of Data Formulator

Home / 0.1.7
Name Modified Size InfoDownloads / Week
Parent folder
Data Formulator 0.1.7 source code.tar.gz 2025-03-21 3.4 MB
Data Formulator 0.1.7 source code.zip 2025-03-21 3.5 MB
README.md 2025-03-21 1.4 kB
Totals: 3 Items   6.9 MB 0

With Data Anchor, we can anchor an intermediate data to isolate it's derivation context from it's predecessors. Tables created from the anchor will take the anchored table as direct input (not the original data).

This could be helpful for cleaning initial input data (so we always work with cleaned data afterwards), or when we want to focus our analysis into a subset of dataset.

Example 1: Clean table

Use anchor to clean the table, so that follow-up analysis are all build on top of the clean data. Analysis of director profit is based on the filtered data.

https://github.com/user-attachments/assets/22067920-abe0-4219-8451-5e8fbb99ca8d

Example 2: Analyze a subset

Create a subset from the original table to focus analysis. The AI agent will be less likely to be confused, analysis will be faster. The anchored asian-energy dataset includes only countries from Asia.

https://github.com/user-attachments/assets/146336e1-91b5-4081-996f-15b716012e71

Illustration

The anchored thread has it's own context --- no more access to the original data. Though, you have the option to add the original data back using "multi-table" approach from the previous release. You can also go back to the original data to create another branch there.

image

Source: README.md, updated 2025-03-21