Julia Programming Language
How to check if a dataframe column exists
General Usage
dataframes
hendri54
June 11, 2025, 11:40am
2
"col1" in names(df)
See
Functions · DataFrames.jl
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Findall/Findfirst across multiple columns in dataframe
New to Julia
15
2348
March 26, 2021
How to call a column in DataFrame that has a space in the name
New to Julia
question
,
dataframes
10
1502
January 10, 2023
Manage spaces in Dataframe/Table column names
Data
question
7
3300
June 16, 2021
Difference between df.column and df[!, :column]
New to Julia
question
,
dataframes
9
2796
July 23, 2020
Detecting missing in DataFrame columns
New to Julia
6
5782
April 6, 2021