If I modify a dataframe based on this call:
PR.PersistTable(avalanches)
it would be nicer to have the output called something like "avalanches_2", instead of "persist_df_1"
at a minimum, I'd want to change the name manually; but taking the input name would be best and allowing ppl to change it manually would be best
If I modify a dataframe based on this call:
it would be nicer to have the output called something like "avalanches_2", instead of "persist_df_1"
at a minimum, I'd want to change the name manually; but taking the input name would be best and allowing ppl to change it manually would be best