Python: understanding df.values.base

前端 未结 0 438
长发绾君心
长发绾君心 2021-02-04 03:23

I\'m trying to understand the output of df.values.base

For example, I created the following basic dataframe

df = pd.DataFrame({\'numbers\': [1, 2, 3], \'co         


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