Great content! I wrote a lot of these down to use in my next project; they are so much cleaner then some of the other ways I was performing these operations.
This is a lovely article and super-handy for me as an engineer learning to write faster code. I think there is a small typo in Tip #8 where "df.read_csv().assign().groupby()" should probably be "pd.read_csv().assign().groupby()". That aside, I'll definitely use a bunch of these tips!
Great content! I wrote a lot of these down to use in my next project; they are so much cleaner then some of the other ways I was performing these operations.
Thank you! Glad it helpful for your works
Awesome share
Thank you!
This is a lovely article and super-handy for me as an engineer learning to write faster code. I think there is a small typo in Tip #8 where "df.read_csv().assign().groupby()" should probably be "pd.read_csv().assign().groupby()". That aside, I'll definitely use a bunch of these tips!