Julia Programming Language
Add columns to DataFrame
Specific Domains
Data
dataframes
lungben
October 30, 2020, 1:42pm
2
df[!, colname] = p
should work (without the
:
before colname).
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Extra several columns from a dataframe to create a new dataframe in julia
General Usage
5
598
April 12, 2019
Using current variable values in the naming of DataFrame column(s)
General Usage
dataframes
5
777
September 30, 2021
Create dataframe with n columns of strings
General Usage
6
2012
February 4, 2021
How can I create a DataFrame with many columns programatically?
New to Julia
5
897
November 4, 2020
Combining a dataframe with a Vector{Float64}, and naming the new column something other than "x1"
New to Julia
3
490
April 6, 2022