如何将数据框列更改为字符串

时间:2018-08-04 16:01:01

标签: python string pandas dataframe

firs3是已经完成工作的数据框,现在我想将STNAME列作为仅包含STNAMES的字符串列表返回,我该怎么做?

if spaceship.position.x > gameArea.maxX - spaceship.size.width/2 {

    spaceship.position.x = gameArea.maxX - spaceship.size.width/2

}

0 个答案:

没有答案