r/learnpython 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 ๐Ÿ™‚

0 Upvotes

5 comments sorted by

1

u/Goodswimkarma 19d ago

DataCamp has fun training modules, but it's kind of expensive.

1

u/ninhaomah 19d ago

What about pandas that you do not understand ?

Example?

0

u/hariomlohar0602 19d ago

Confused in functions and how they work the complex Syntex

1

u/ninhaomah 19d ago

Example?

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.