Level up the speed of string comparisons.
This helped my code and is well worth a read.
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
Exploring some of the most commonly used bash commands.
This was really useful as I really struggle with anything in the Unix or Linux worlds. I love that you see clear examples for each of the commands.
Avoid using iterrows() function.
I liked his conclusion and he makes some good points - just adding a dictionary is probably a quick and easy change to code which can make a big difference whilst avoiding the reworking of code.
| Sponsored News from Data Science Central | ||||||||||||||||||||||||
|
From basic to advance usage of the Python Pretty Printer library.
I found this really interesting and anything that improves the output from a program has got to be good as quite often output can be dreadful.
In this epic post, Haki Benita shows how to use SQL to perform fast and efficient data analysis. Pivot tables, subtotals, linear regression, binning, and interpolation can all be done with SQL and in many cases, that's the best approach. There's a lot of detail here and a linked index makes it easy to jump around.
I love SQL and I am so much more comfortable writing code in it. I can however see times when Python and Pandas would work better.
Don’t fall for the hype surrounding Python. You might regret it later.
An interesting read that put a different spin on things.