jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
42.77k stars 17.83k forks source link

invalid argument syntax (axis) #207

Open timBorelle opened 4 years ago

timBorelle commented 4 years ago

https://jakevdp.github.io/PythonDataScienceHandbook/03.06-concat-and-append.html#Simple-Concatenation-with-pd.concat

axis='columns'

and not :

axis='col'

ArvindRP commented 4 years ago

Use axis = 'columns'