Pandas is probably the most important library in Python for data analysis, it is like the Excel in Python. In this article, I wish to share 10 Pandas tricks that I wish I had known earlier as a beginner.

I will use my previous article as an example, it discussed the air traffic during Covid-19. The dataset contains 7 separate cvs files, containing the flight data for 7 months. Each file has roughly 2,000,000 lines of data.

#python #data-science #data-analysis #programming #pandas

10 Pandas Tricks to Make My Data Analyzing Process More Efficient
1.55 GEEK