Julia Programming Language
Boolean false filter in update selection query
General Usage
question
,
dataframes
danielw2904
September 7, 2020, 3:24pm
5
For the negation you can use
df[(df.country .== "A") .& (df.bool .!= true), :value] = 1
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Dataframes subset w/ nullable logic
General Usage
dataframes
,
boolean
4
69
July 25, 2024
Boolean Indexing in dataframes
Data
question
,
dataframes
3
534
December 14, 2023
Compound dataframe filtering with negated boolean expression
General Usage
question
,
dataframes
5
586
July 29, 2022
Indexing a DataFrame with a boolean DataFrame
Data
dataframes
3
1185
June 21, 2022
How to filter dataframe rows with a boolean mask?
General Usage
dataframes
,
boolean
2
83
October 28, 2024