Skip to content

Instantly share code, notes, and snippets.

View tvganesh's full-sized avatar

Tinniam V Ganesh tvganesh

View GitHub Profile
@tvganesh
tvganesh / Python2Pyspark_1.ipynb
Created October 12, 2018 11:36
Big Data-1: Move into the big league:Graduate from Python to Pyspark
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
library(WDI)
library(ggplot2)
library(googleVis)
library(dplyr)
library("plyr")
pop = WDI(indicator='SP.POP.TOTL', country="all",start=1970, end=2016)
gdp= WDI(indicator='NY.GDP.MKTP.CD', country="all",start=1970, end=2016)
le= WDI(indicator='SP.DYN.LE00.IN', country="all",start=1970, end=2016)
names(pop)[3]="Population"
names(le)[3]="Life Expectancy"
@tvganesh
tvganesh / yorkrWithDSE.ipynb
Created September 4, 2016 04:29
Using R package yorkr - A quick overview
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.