theroyalbob / KSB621-Spring21-AU

For work done in the practicum
1 stars 1 forks source link

Redefine classes for broken dataframes #7

Open theroyalbob opened 3 years ago

theroyalbob commented 3 years ago

Almost all part log variables should be re-classed to numbers. those with null should be imputed either as a null or 0 depending on context). The location table has similar issues.

The date variable can easily be changed to a date class which will enable tie series analysis (this is necessary in all data frames).

theroyalbob commented 3 years ago

I will do the dates because that one can be a little tricky and I have experience doing it I trust you guys to figure out how to do it with the two data tables mentioned above.

theroyalbob commented 3 years ago

I have made the date variables dates. Available to help with any other issues. Just drop me a line

theroyalbob commented 3 years ago

@gracewelton I just saw your comment on a previous issue I agree that we should keep those entries but those variables still need to be numeric in value.