Julia Programming Language
DataFrames: how to convert many arrays into a data frame?
General Usage
dataframes
,
arrays
sijo
January 3, 2022, 3:05pm
3
I would write
DataFrame(t=t, a1=vec(y1), a2=vec(k1), a3=vec(n1))
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
How to to a DataFrame of DataFrames
General Usage
3
1134
April 14, 2019
DataFrame from array of arrays
General Usage
array
,
dataframes
4
5160
December 24, 2018
How to convert a NTuple of arrays to a DataFarame?
New to Julia
tuple
,
dataframes
1
983
February 11, 2018
I have an array of 31 arrays and would like to make it a DataFrame. Need some help
General Usage
4
304
April 6, 2020
How can I make an Array{Array{Float64,1},1} out of two columns of a dataframe?
New to Julia
array
,
dataframes
6
821
July 4, 2020