• Home
  • articles
  • projects
  • data
  • Tags
  • Readings
  • About

Data Handling

A collection of 2 posts

#Data Wrangling #Data Exploration

Loading, Merging and Joining Several Datasets - PostgreSQL EDT

This is the coding necessary to assemble the various data feeds and sort out the likes of variables naming & new features creation plus some general housekeeping tasks. In order to simulate normal working conditions I would face if the data was stored on a database, I’ve uploaded the excel files onto a local PostgreSQL database that I’ve created on my machine. I am going to go through the steps I followed to set up a connection between RStudio and said database and extract the information I needed. ...

Author Diego Usai
#Data Wrangling #Data Exploration

Loading, Merging and Joining Several Datasets - Excel EDT

This is the minimal coding necessary to assemble various data feeds and sort out the likes of variables naming & new features creation plus some general housekeeping tasks. It includes general housekeeping tasks like shortening variables names to ease visualisations, creating essential new features and sorting out variables order The Dataset library(tidyverse) library(lubridate) library(readr) The dataset I’m using here accompanies a Redbooks publication called Building 360-Degree Information Applications which is available as a free PDF download. ...

Author Diego Usai
Page 1 of 1 
Diego Usai © 2019
Hugo port of Casper 2.1.7 by EM
Latest Posts Github LinkedIn Medium