gpt4 book ai didi

python - 无法从数据库返回数组

转载 作者:行者123 更新时间:2023-12-01 00:12:58 26 4
gpt4 key购买 nike

我的 Snowflake 数据库中有一个表。我想从列中获取数据。

数据示例:

id          tid           categories
------------------------------------------------------------------------------
v-123 t-123 ["tx-b5mmqcpooa0p","tx-b5mmqcpood0p"]
b-123 t-124 ["tx-b5mmfcpooa0p","tx-b4mmqcpood0p"]
x-123 t-125 []
b-123 t-124 ["tx-b5mmfcpooa0p","tx-b4mmqcpood0p","tx-bmqcpood0p"]

我尝试使用pandas:

sql = SELECT id, tid, categories FROM table 
df = pandas.read.sql(con, sql)

我得到了这个结果:

id          tid           categories
---------------------------------------------------------------------------
"v-123" "t-123" " ["tx-b5mmqcpooa0p","tx-b5mmqcpood0p"] "
"b-123" "t-124" " ["tx-b5mmfcpooa0p","tx-b4mmqcpood0p"] "
"x-123" "t-125" " [] "
"b-123" "t-124" " ["tx-b5mmfcpooa0p","tx-b4mmqcpood0p","tx-bmqcpood0p"] "

“categories”的类型是字符串而不是数组(列表)。

我做错了什么?

谢谢!

最佳答案

关于python - 无法从数据库返回数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59503164/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com