JestonBlu / Unemployment

Masters Project: Forecasting Unemployment
0 stars 4 forks source link

Data #6

Closed JestonBlu closed 8 years ago

JestonBlu commented 8 years ago

Discuss data prep, transformations, etc..

JestonBlu commented 8 years ago

Added data for US recession dates and congressional control.. they may make a nice overlay on some of the plots

bopangpsy commented 8 years ago

I was trying to explore the data I downloaded from Github. US Congress and Recession Data.csv and Unemployment.csv. I opened them in R but got nothing but a bunch of something like " <link crossorigin="anonymous". Anywhere else I can get the data?

pakarshan commented 8 years ago

I was getting something same. Downloaded the unemployment data set and read it in R. Metadata occupies first few rows. So you might want to skip it and then let R read the dataset.

Letme know if that helped.

Regards, Akarshan Puri On Jun 12, 2016 11:57 PM, "bopangpsy" notifications@github.com wrote:

I was trying to explore the data I downloaded from Github. US Congress and Recession Data.csv and Unemployment.csv. I opened them in R but got nothing but a bunch of something like " <link crossorigin="anonymous". Anywhere else I can get the data?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JestonBlu/STAT626_PROJECT/issues/6#issuecomment-225489293, or mute the thread https://github.com/notifications/unsubscribe/AS9ZZyLXsc_MmlnsvC1WZkq55diSMNu0ks5qLOM2gaJpZM4Izk-p .

bopangpsy commented 8 years ago

Just got it work! Thanks!

JestonBlu commented 8 years ago

You should not be having that issue if you are pointed to the CSV files. The first row is the row name and its all data after that... paste your code and ill take a look. Only the Excel file has extra descritive info at the top

bopangpsy commented 8 years ago

Thanks! I now use files cloned to my disk instead of those downloaded. It works well.

On Mon, Jun 13, 2016 at 7:46 AM, Joseph Blubaugh notifications@github.com wrote:

You should not be having that issue if you are pointed to the CSV files. The first row is the row name and its all data after that... paste your code and ill take a look. Only the Excel file has extra descritive info at the top

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JestonBlu/STAT626_PROJECT/issues/6#issuecomment-225570704, or mute the thread https://github.com/notifications/unsubscribe/AKL-egxI4yns6CMClr0O6f65rvSJsq_2ks5qLVEbgaJpZM4Izk-p .

sheltonmath commented 8 years ago

I am just getting ready to watch the most recently posted videos, so please forgive me if this has already been answered. Anyone know what our next deadline is and what we are supposed to focus on? I want to do some exploratory analysis overlaying some of the data we have with other data I downloaded, but I also want to make sure I am making progress towards our next goal.

bopangpsy commented 8 years ago

He sent out an email this morning. "The second round of Project Presentation starts on Wed. July 6 with Groups 1-3, 4-6, 7-8."

On Sat, Jun 25, 2016 at 9:55 AM, Alison notifications@github.com wrote:

I am just getting ready to watch the most recently posted videos, so please forgive me if this has already been answered. Anyone know what our next deadline is and what we are supposed to focus on? I want to do some exploratory analysis overlaying some of the data we have with other data I downloaded, but I also want to make sure I am making progress towards our next goal.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JestonBlu/STAT626_PROJECT/issues/6#issuecomment-228548043, or mute the thread https://github.com/notifications/unsubscribe/AKL-eoba2GOkW02xOq0HcrrNdOKNUNrLks5qPUFVgaJpZM4Izk-p .

JestonBlu commented 8 years ago

I have updated the data prep script and created an additional dataset econ.sa with all variables seasonally adjusted for those of you who want to play with a multivariate model. Dont forget to git pull to get the latest changes.. also just a reminder that you should only need to run load("Data/data_prep.rda") to import the processed data frames into R.

sheltonmath commented 8 years ago

Nice job!

On Tue, Jul 5, 2016 at 3:35 PM, Joseph Blubaugh notifications@github.com wrote:

I have updated the data prep script and created an additional dataset econ.sa with all variables seasonally adjusted for those of you who want to play with a multivariate model. Dont forget to git pull to get the latest changes.. also just a reminder that you should only need to run load("Data/data_prep.rda") to import the processed data frames into R.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JestonBlu_STAT626-5FPROJECT_issues_6-23issuecomment-2D230622688&d=CwMCaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=dBombbLWrTfMsnz-PMDDwPElw1Pkbz0FWwrCqmhbgJA&m=BQjEOYYWEMigf0IFIh9c90D21S7bfMM3SeGLUhBmQx0&s=EMcfQk0vGtmBnMPJvfU7sE3zTusMl6zXSlU0hxglNGc&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe_AOQK03NLxBL6h62Kq2HseA5Sxex5EEzWks5qStw7gaJpZM4Izk-2Dp&d=CwMCaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=dBombbLWrTfMsnz-PMDDwPElw1Pkbz0FWwrCqmhbgJA&m=BQjEOYYWEMigf0IFIh9c90D21S7bfMM3SeGLUhBmQx0&s=XQ_NJoRVr-yXQgDB_zh2iDRnc0Qxd6k0u-ybHaL7eCg&e= .