Blog Archive​

Sentiment Analysis for Interview Transcripts

Introduction The most common way for researchers to get into depth and obtain detailed insights is through one-on-one interviews and the analysis of their transcripts. Interviews can provide a wealth

SQL Equivalent Tableau calculated fields

Introduction Structured Query Language is also known as SQL is one of the most commonly used languages for storing and retrieving data from a Relational Data Base. They are also

dbt(data built tool) commands cheat sheet

Introduction dbt (data build tool)  is a transformation tool.  It doesn’t extract or load data, but it’s very useful at transforming data that’s already loaded into your warehouse. Here I

Machine Learning – Supervised – Linear Regression

Introduction Machine Learning is broadly classified into two types :  Supervised Learning Unsupervised Learning Supervised Learning In supervised learning, we will have our input and output variables defined and we