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
Related topics
Topic
Replies
Views
Activity
How to replace/set/change value in array/dataframe if value is less/greater than?
New to Julia
3
5341
December 1, 2020
Mutate a new variable with row numbers
Data
4
1377
November 12, 2019
How to add/subtract values in a dataframe or array column?
New to Julia
5
2693
August 24, 2020
Why is it so complicated to access a row in a DataFrame?
General Usage
dataframes
13
1729
August 25, 2023
Change column to row using conditions
New to Julia
dataframes
4
444
June 23, 2022