DataManager seemed to be the most obvious place to use Data-Forge in our capstone project. This PR shows the progress I've made so far in doing so.
The main issue that I keep bumping up against is how to gracefully handle missing data. Please read the modified text in capstone.tex for details, to save me replicating it here. Any advice on how I can improve the code and make it more concise? Also: any idea how to catch empty series in DF in general?
DataManager
seemed to be the most obvious place to use Data-Forge in our capstone project. This PR shows the progress I've made so far in doing so.The main issue that I keep bumping up against is how to gracefully handle missing data. Please read the modified text in
capstone.tex
for details, to save me replicating it here. Any advice on how I can improve the code and make it more concise? Also: any idea how to catch empty series in DF in general?@gvwilson @MayaGans