Eyana Mallari In her element

analytics

Five lessons I've learned from Tableau Conference 2018 #TC18

Attending the Tableau Conference 2018 in New Orleans, Louisiana is definitely a milestone in my tech career! I had a great time immersing myself with fellow data geeks and learning...

Split Excel files using Python

I use Python to split a huge database into multiple files. This is useful if you want to distribute different sets of data to various users. For this tutorial, I...

Calculate the nearest lat-long distance using Python

Anyone can just google the nearest airport of any area. But can you do that for more than 40,000 locations? Here's where Python can help. Sample data covers all...