Search


The Solve to a Data Engineer's Pain: Simple Tool for Complex Problem
For years, I've worked in the world of data, helping companies move their information from old systems to new ones. I've seen countless...
maya21373
Sep 44 min read
Â
Â
Â


Merge by proximity, not by equality
I am doing a lot of JOINs in SQL and Python and usually I need to match the exact numbers/timestamps/booleans etc. In a project I worked...
mayasandler
Jun 15, 20224 min read
Â
Â
Â


Big Data - Time is of the Essence
I am not the best Python program engineer and usually I learn as I go according to what I need to do. Therefore, sometimes I have a...
mayasandler
May 10, 20213 min read
Â
Â
Â


date_trunc() in MySQL
MySQL lacks data_trunc() function, which is important to look at quarters/months/etc. Create this function & use it for conversions data.
mayasandler
Feb 19, 20211 min read
Â
Â
Â