feomike / slope

makes a bunch of data objects for time series line charts
1 stars 0 forks source link

ensure clean data #23

Closed feomike closed 8 years ago

feomike commented 8 years ago

completely remove data, and re-run entirely. then check to make sure the data being written isn't exactly the same. as an example quicken/home-improvement/al and ak were exactly the same. also look at the date/time stamp on the data files to make sure these are being written properly.

feomike commented 8 years ago

pretty sure this is working fine; its just when i pushed last time, i had some version control problems, and likely didn't adequately remove and re-push new files.

feomike commented 8 years ago

the issue was i was overwriting the variable w/ the state location and using that same variable inside the loop in the next time through to add the state selection on it, but it was never going into that if statement, b/c the location is not longer 2 characters long. this was always a bad way of doing it, but it sort of works. at any rate i fixed the sort of way to fix it for the time being.