4 Ways to make Data Frames in R!

    Written by Matt Dancho on February 2, 2021

    Data frames (like Excel tables) are the main way for storing, organizing, and analyzing data in R. Here are 4 ways using the tidyverse.

    Read More...

    Should you learn Python or R in 2021?

    Written by Matt Dancho on January 28, 2021

    For years Python and R have been pitted as mortal enemies in the world of data science, enticing its practitioners to choose a side and never look back - not anymore. It's time for these two titans to join forces through reticulate which allows us to use Python and R together!

    Read More...

    What kind of job can you get if you master machine learning?

    Written by Matt Dancho on January 21, 2021

    One reason interest in machine learning jobs will continue to grow is how lucrative the pay is. Another is how interesting the work is. If you're looking to plant your foot in a growing industry, then machine learning could be for you. The average machine learning salary, according to Indeed's research, can be anywhere between $96,00 - $146,085.

    Read More...

    30 Year Weather Data Analysis

    Written by David Lucey on January 7, 2021

    Quickly learn how to analyze weather data. This is a code-based article showing how to load, explore and visualize the data from 30 years of Connecticut weather history.

    Read More...