Julia Programming Language
Delete row(s) of a dataframe based on dates in a vector
New to Julia
jar1
September 23, 2022, 7:21am
2
filter(:dates => ∉(datesvector), df)
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Delete rows that exist in another data frame in Julia?
New to Julia
question
1
1574
May 27, 2019
Dataframes: How to conditionally remove rows based on data values?
General Usage
4
8360
October 1, 2020
Filtering Dataframe date column
General Usage
8
613
October 9, 2023
Filter dataframe by date, e.g. yearmonth
New to Julia
dates
3
3152
August 20, 2019
How do I create a new DataFrame from another Dataframe by removing certain columns
New to Julia
1
1320
April 20, 2021