sburstein / ETF-Sustainability-Strats

Basic outline of my senior research thesis on sustainable investing strategies
0 stars 0 forks source link

Prev. ESG/financial data merging #2

Open sburstein opened 3 years ago

sburstein commented 3 years ago

Merge ESG and Financial Dataframes

dat_funds <- left_join(funds_esg, funds_financial, by = c("ticker" = "fund_symbol"))

dat_funds <- dat_funds %>%
  subset(select = -c(familyName, fundName, fundCategory))

dat_funds
colnames(dat_funds)
sburstein commented 3 years ago

https://www.kaggle.com/stefanoleone992/mutual-funds-and-etfs?select=ETFs.csv