Advanced typing structures - how to express your types better and make your code more robust.
Posted on śro 23 lutego 2022 in Python • Tagged with Python, Programming
Posted on śro 23 lutego 2022 in Python • Tagged with Python, Programming
Posted on pon 16 grudnia 2019 in Lifestyle
My preparation process for my first programming talk at PyData Warsaw. Tips and tricks to avoid my mistakes.
Posted on czw 05 września 2019 in Data Science • Tagged with Python, Data, Pandas
Posted on pon 22 lipca 2019 in Data Science, Computer Vision • Tagged with Python, OpenCV, Pizza project
Posted on nie 05 maja 2019 in Data Science • Tagged with Python, Data, Pandas, Text analysis
Posted on pon 29 kwietnia 2019 in Data Science, Data Engineering • Tagged with Python, Data, Pandas, AWS
Complete setup (with examples) for AWS S3 configuration using pythonic S3Fs package.
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.
Posted on pon 15 kwietnia 2019 in Data Science • Tagged with Python, Data, Pandas
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.