Data Analytics Simplified
Welcome to Data Analytics Simplified, a blog dedicated to helping you streamline data workflows, automate processes, and scale your infrastructure—without the headaches. Whether you’re battling messy spreadsheets, inefficient pipelines, or trying to get the most out of your data analytics investments, you’re in the right place.
I’ll share proven strategies, tips, and frameworks from my experience in data engineering and analytics, focusing on:
Data doesn’t have to be overwhelming. With the right approach, you can declutter, optimize, and build a solid foundation for data science and analytics.
Let’s get to work.
The Net Promoter Score has become a popular way to analyze survey data. Instead of calculating a straight average for 0 through 10 scores, scores are bucketed into Detractors, Passives, and Promoters. In this post, I’ll use the Net Promoter Score methodology and apply it to a dataset of raw scores using Python.
Dates are tricky are in Salesforce and in this post I will walk you through how to set a date to Blank or Null using the Simple Salesforce Python Package.
I have found that using a For Loop to create a series of subplots allows for greater flexibility to customize the individual plots compared to using the Pandas plot function. In this post, I’ll show you how to use a For Loop to create individual subplots and axes variables from a single Pandas DataFrame.
The hallmark of any great investment banking analyst is the ability to navigate Excel without a mouse. In this post, I’ll walk you through the most frequently used Excel shortcuts and some of my favorites. Any Excel user can benefit from these.
In this post I’ll walk through pulling COVID-19 data, cleaning it, and then visualizing it.
In this post, I’ll show you how to connect Python to a remote MySQL database that has SSH encryption.
In this post, I will walk through sending HTML formatted emails with inline images and attachments.
Leverage Python and the Salesforce API to efficiently manage and clean your data.
Python can make managing Salesforce data a breeze. In this post, I’ll show you how to get connected, retrieve data from salesforce, and then load it into a Pandas dataframe.