Posts

Add math to your R with LaTeX

You may want to incorporate math functions into your R markdown output, whether that be just a set of math questions, math symbols, or add equations to plots.

Stuff Function in SQL

The stuff function in SQL Server is probably one of my favorite functions I’ve worked with simply because of its name. The first time I heard of it I thought my collegue forgot the name of the function they used and said “stuff” as a placeholder.

Basics with Bash

In most cases, we can rely on R, Python or another programming language to clean and organize our data. In some instances, we may also need to utilize an OCR software or manual updates to prepare data for analysis.

Shorten your Python for loops with list comprehension

For loops can be lengthy, and I like to keep my code concise. In Python, you can use lists to shorten up for loop code into one line lists.

Using R to Program in SQL

BOGO Writing SQL and updating SQL databases in R

SQL Beginner Tips: Joins!

A Introduction to SQL Joins including left joins, inner joins and full joins

Tidy Evaluation: Dynamic column manipulation using dplyr

Functionalize dplyr column manipulation easily with tidyeval!

Is my query done yet? Tips for Optimizing SQL queries

Some tricks I’ve learned for speeding up queries.

SQL Tips for Beginners

Reminders, tips and tricks for programmers new to SQL and for those who just need a refresh!

Stats Cheat Sheet: Normal Distributions

Tips, Tricks and Reminders for those of us who struggle to remember what our professors/Google taught us: Normal Distributions