What is the meaning of “axis” attribute in a Pandas DataFrame?

前端 未结 5 1969
遇见更好的自我
遇见更好的自我 2021-02-04 02:28

Taking the following example:

>>> df1 = pd.DataFrame({\"x\":[1, 2, 3, 4, 5], 
                        \"y\":[3, 4, 5, 6, 7]}, 
                      ind         


        
5条回答
提交回复
热议问题