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
1109
April 14, 2019
DataFrame from array of arrays
General Usage
array
,
dataframes
4
5117
December 24, 2018
Convert Array to DataFrame
General Usage
dataframes
11
1602
November 13, 2022
Convert NamedTuple with matrix to DataFrame
General Usage
question
,
dataframes
7
325
March 9, 2024
From DataFrame to multidimensional Array
Data
array
,
dataframes
9
2701
June 21, 2021