Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.7k views
in Technique[技术] by (71.8m points)

python api s.table不支持中文列名?

Python Api中银行s.table(data=df, tableAliasName='temp') 提示'银行' is not a valid variable name, thus can not be used as a column name in DolphinDB
不是支持中文列名么?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

您的python api中的代码是怎么样的?
DolphinDB表是支持中文列名的,比如:

table("工商银行" "杭州银行" as "银行",1 2 as id)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.5k users

...