Advanced Scripting
- 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Advanced Scripting
- Updated on 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
These exercises will explore some advanced use cases for nodes that use scripts to process data: Script (Source), Script (Column) and Script (Output) for Python/R, and Filler and Derive for JavaScript.
Exercises
- Using only the Script (Source), Script (Column) and Script (Output) nodes, aggregate DailySales_Store1.csv and DailySales_Store2.csv. Set the minimum quantiy to 10, and export this output to CSV.
- Using the Derive node, add a column to DailySales_Store1.csv that represents a running total of the Revenue column.
- Using the Filler node, convert the iris.csv dataset from using centimeters to inches.
Hints
- Read through Source Script, Column Script and Output Script.
- Read through Derive.
- Read through Filler.
Was this article helpful?