Tell us what’s happening:
In the Pandas Creating Columns lesson of the Data Analysis with Python Cert, there is a depracated method of pandas used in the lecture.
The “.append” method has been deleted from the Pandas API completely and has been replaced with the “pd.concat” method.
If the lecture could be updated for future students that would be great, as is not very intuitive how to use it correctly. I find myself stuck not figuring out how to append a single row using this method…
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Challenge Information:
Data Analysis with Python - Pandas Creating Columns