Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
using DataFrames, CSV
|
||||
|
||||
ifn = "csv_data_manipulation_in.dat"
|
||||
ofn = "csv_data_manipulation_out.dat"
|
||||
|
||||
df = CSV.read(ifn, DataFrame)
|
||||
df.SUM = sum.(eachrow(df))
|
||||
CSV.write(ofn, df)
|
||||
Loading…
Add table
Add a link
Reference in a new issue