Create DataFrame column from expression?

前端 未结 0 951
滥情空心
滥情空心 2020-12-09 06:01

Given this:

dict = Dict(("y" => ":x / 2"))

df = DataFrame(x = [1, 2, 3, 4])

df
4×1 DataFrame
│ Row │ x     │
│     │ Int64 │
├─────┼─         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题