Creating your own cheat sheets to organise your data analysis workflow (Pandas cheat sheet)

If you have used SQL, Numpy, Pandas and Excel, you would notice the logic of processing data is similar. We inspect, clean, sort, filter and aggregate data based on business logic. You might also notice that you can’t remember all the specific commands/syntax for different processings. I’d like to list the most common ones to remind…