Is there a way to escape the backtick when it appears in a column name?

前端 未结 0 909
长发绾君心
长发绾君心 2021-02-13 14:06

want a backtick in column name ..

 val someDF = Seq(
  (8, "bat"),
  (64, "mouse"),
  (-27, "horse")
).toDF("n         


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