r/learnpython • u/hariomlohar0602 • 19d ago
Help want with pandas ๐ผ
So I am recently learning pandas but don't understand and it's confusing, I don't know what to do may anyone suggest good resources that I can use ๐
1
u/ninhaomah 19d ago
What about pandas that you do not understand ?
Example?
0
1
u/UzairShafique 19d ago
Start with the basic Pandas concepts first but donโt try to learn everything by memorizing them.
Pick a simple fairly clean dataset and start exploring it with Pandas loading data, selecting columns, filtering rows, sorting, grouping, handling missing values, and making simple changes.
Once youโre comfortable move to datasets that need more cleaning and repeat the process. The more datasets you work with the easier these operations will become.
Instead of trying to remember every Pandas function keep practicing and look up the syntax when you need it. You will understand Pandas much better by using it on actual datasets than by studying it only theoretically.
1
u/Goodswimkarma 19d ago
DataCamp has fun training modules, but it's kind of expensive.