pandas.io.sql.DatabaseError: no such table

前端 未结 0 386
梦谈多话
梦谈多话 2021-01-01 02:14

I have a dataframe which I use to get the first element from the column named \'col_2\' by doing the following:

col_list = df[\'col_2\'].tolist()
first_elemen         


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