ankemt / MEAanalysis

GNU General Public License v3.0
0 stars 0 forks source link

turn `split_based_on_space()` function into broadly usable #6

Open bvreede opened 3 years ago

bvreede commented 3 years ago

The split_based_on_space() function is currently applied only to a df. It would be better (as also commented by @ankemt in PR #5) to add the column that should be split to the function arguments, to make it broadly applicable. ~It should also be exported so it can be used.~