load csv
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Reads a CSV file into a structure.
Arguments and Return Values Arguments: A string containing file to be loaded Return Value: A Davinci structure
Usage Syntax: load_csv(filename = PATH, [ separator = 1], [ header = 1]) CSV files contain text and/or numbers separated by delimiter, usually a comma.
Examples dv> a=load_csv("csv_test.csv",separator=",",header=0,collapse=0) struct, 6 elements c1: 0.005286009982 c2: 0.004267709795 c3: 0.004036929924 c4: 0.003751439974 c5: 0.003269399982 c6: 0.002864310052 dv> a.c1 0.005286009982 dv> |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 03-17-2020 |