GlenNicholls / solar_tracking_project

This is the the repository for our solar tracking capstone project.
2 stars 1 forks source link

[PISW] Change dataframe to operate on DataFrame in code, not pickle file #81

Closed GlenNicholls closed 5 years ago

GlenNicholls commented 6 years ago

https://github.com/GlenNicholls/solar_tracking_project/blob/2031667627f6a76a5bcc4512452102957c57feab/src/dataframe/dataframe.py#L54-L71

Currently, this operates on to/from_pickle, not DataFrame. On startup, should be loading from pickle, appending to DataFrame, and the sending to pickle before shutdown. I will be thinking about this more and making updates tomorrow.

GlenNicholls commented 5 years ago

Closed per a commit I forgot to note