Add more outputting and debugging options, including:
1) Allow the Results data structure to save and load individual columns. This is used when a column may be large and the user does not want to include it in the main table. For example we often remove the "all_stamps" column when saving the data into a table. This way we can write it into its own file and later load/join it.
2) Provide a remove_column() function that checks for required columns.
3) Add a function to save the filtered_stats data in human readable form.
Add more outputting and debugging options, including:
1) Allow the
Results
data structure to save and load individual columns. This is used when a column may be large and the user does not want to include it in the main table. For example we often remove the "all_stamps" column when saving the data into a table. This way we can write it into its own file and later load/join it.2) Provide a
remove_column()
function that checks for required columns.3) Add a function to save the
filtered_stats
data in human readable form.