Julia Programming Language
How to convert all columns of type Int8 to Int64
Specific Domains
Data
dataframes
nalimilan
March 3, 2021, 3:43pm
4
This is even more concise:
transform!(sf, names(sf, Int8) .=> ByRow(Int), renamecols=false)
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to change field names and types of a DataFrame
Data
question
14
6841
August 1, 2020
Beginner: LoadError: InexactError: trunc..when convert dataframe
General Usage
2
2726
November 30, 2018
Add a column of ints to a DataFrame of strings
General Usage
question
,
packages
2
858
July 20, 2017
Converting columns in Dataframe from Int to Float type
New to Julia
question
,
dataframes
,
convert
8
13159
June 12, 2017
How to change the data type of a specific column of a dataframe?
General Usage
first-steps
3
686
February 13, 2020