Though reading/writing profiles/networks are functional, there is some mess.
[x] prwlr.core.read_profiles and prwlr.core.save_profiles list args for the columns names but use values defined in the prwlr.core.Columns class.
[x] prwlr.core.read_network and prwlr.core.save_network list args for the columns names and uses them actually but most of the functions use values defined in the prwlr.core.Columns class.
[x] The functions for saving profiles should be next to each other. The functions for saving network should be next to each other too.
Though reading/writing profiles/networks are functional, there is some mess.
[x]
prwlr.core.read_profiles
andprwlr.core.save_profiles
list args for the columns names but use values defined in theprwlr.core.Columns
class.[x]
prwlr.core.read_network
andprwlr.core.save_network
list args for the columns names and uses them actually but most of the functions use values defined in theprwlr.core.Columns
class.[x] The functions for saving profiles should be next to each other. The functions for saving network should be next to each other too.
[x] Move
str_sep
toColumns
class.[x]
__doc__
should be completed.