Chapter 4. Pipeline and Tools
import Pkg;
Pkg.add(["Tidier", "TidierStrings"]);
using Tidier, RDatasets, TidierStrings[32m[1m Resolving[22m[39m package versions...
[32m[1m No Changes[22m[39m to `~/.julia/environments/v1.11/Project.toml`
[32m[1m No Changes[22m[39m to `~/.julia/environments/v1.11/Manifest.toml`Load Data
df = dataset("datasets", "iris")
first(df, 5)Row
SepalLength
SepalWidth
PetalLength
PetalWidth
Species
Data Pipeline

Row
SepalLength
SepalLengthMax
PetalLength
String Manipulation
Row
SepalLength
SepalWidth
PetalLength
PetalWidth
Species
Row
SepalLength
SepalWidth
PetalLength
PetalWidth
Species
Row
SepalLength
SepalWidth
PetalLength
PetalWidth
Species
Row
SepalLength
SepalWidth
PetalLength
PetalWidth
Species
IsSetosa
Row
SepalLength
SepalWidth
PetalLength
PetalWidth
Network
Last updated