Julia Programming Language
DataFrame: how to change value of a cell without knowing the row number
Specific Domains
Data
dataframes
Ajaychat3
March 19, 2019, 8:18am
2
This should work.
df[(df[:name] .== "Sally"),:age]=99
show post in topic