DAZL Script Examples
documentation: []
config:
- debug: true
variables: []
steps:
- loadInline:
data:
- {age: 22, income: 38000, spend: 800}
- {age: 25, income: 45000, spend: 1200}
- {age: 29, income: 56000, spend: 1800}
- {age: 31, income: 60000, spend: 2000}
- {age: 34, income: 67000, spend: 2100}
- {age: 38, income: 74000, spend: 2600}
output: testData
- chart:
dataset: testData
type: scatter
x_axis: age
y_axis: spend
title: "Age vs Spend"