What's the best way to hide the index in a Panda DataFrame?

前端 未结 0 772
北恋
北恋 2021-01-24 03:32

I have this code:

df = pd.read_csv("C:/YouToozBot/info.csv")
df.reset_index()


url = df.loc[:"url"]
print(f\'The bots URL is set to {url}\')
         


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