Pandas in 2019 - let's see what's new!

Posted on czw 05 wrzeĊ›nia 2019 in Data Science • Tagged with Python, Data, Pandas

What has changed in Pandas over the last year -> summary of release notes.


Continue reading

Dealing with text data using regular expressions. How Pandas can .extract information.

Posted on nie 05 maja 2019 in Data Science • Tagged with Python, Data, Pandas, Text analysis

Guide on text analysis with the use of regular expressions and Pandas methods.


Continue reading

Can Pandas understand that tall is taller than short? Use of categorical variables.

Posted on pon 22 kwietnia 2019 in Data Science • Tagged with Python, Data, Pandas

Guide on Pandas categorical variables. When, how and what for you should use them in your code.


Continue reading

GroupBy on steroids, unleash GroupBy's full potential with the use of .agg()

Posted on pon 15 kwietnia 2019 in Data Science • Tagged with Python, Data, Pandas

In this post I show how .agg() is used, especially in combination with .groupby().


Continue reading

For loop in Pandas a.k.a. df.apply(). Why you shouldn't iterate over rows.

Posted on pon 08 kwietnia 2019 in Data Science • Tagged with Python, Data, Pandas

In this post I compare df.apply() vs. df.iterrows() and show why we should forget about the second one.


Continue reading