Get Mystery Box with random crypto!

Pandas: conclusion, cheat sheet and the next step Conclusion | AI & Data Science

Pandas: conclusion, cheat sheet and the next step

Conclusion

With this post we are finishing our Pandas series. Throughout the course we covered topics such as main pandas data structures 𝙳𝚊𝚝𝚊𝙵𝚛𝚊𝚖𝚎 and 𝚂𝚎𝚛𝚒𝚎𝚜, file reading and writing, selecting and filtering data, adding and deleting rows and columns, grouping and summarizing the data and handling missing values.

The course should lay a good foundation of working with data in Python. The topics we did not discuss are situational so there is no point in memorizing them. If you ever stumble upon something we didn't learn, just look it up.

Cheat sheet

As for memorizing the foundation I recommend using the cheat sheet above made by datacamp.

The next step

Now that you can manipulate data in Python you might ask "What's next?". Next up we will learn SQL databases to understand how to store and access all the data we have. Stick around!

#DataScience #Pandas