www.flow.packs.test-small.export_frame.flow Maven / Gradle / Ivy
The newest version!
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles"
},
{
"type": "cs",
"input": "importFiles [ \"../smalldata/prostate/prostate.csv\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/prostate/prostate.csv\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/prostate/prostate.csv\"]\n destination_frame: \"prostate.hex\"\n parse_type: \"CSV\"\n separator: 44\n number_columns: 9\n single_quotes: false\n column_names: [\"ID\",\"CAPSULE\",\"AGE\",\"RACE\",\"DPROS\",\"DCAPS\",\"PSA\",\"VOL\",\"GLEASON\"]\n column_types: [\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\"]\n delete_on_done: true\n check_header: 1\n chunk_size: 4194304"
},
{
"type": "cs",
"input": "getFrame \"prostate.hex\""
},
{
"type": "cs",
"input": ""
},
{
"type": "cs",
"input": "exportFrame \"prostate.hex\""
},
{
"type": "cs",
"input": "exportFrame \"prostate.hex\", \"prostate_exported.csv\", overwrite: true"
},
{
"type": "cs",
"input": "getFrameSummary \"prostate.hex\""
}
]
}