How do I remove/change header name with Pandas in Python3?

后端 未结 0 750
孤城傲影
孤城傲影 2020-12-05 09:05
header = "Visited Websites"
bhistory = pd.read_csv(\'chrome_history.csv\', header= None)
print (bhistory[:10][0])
x = bhistory[:10][0]
df = pd.DataFrame(x)         


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