Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading/saving iterable as string #84

Closed
dizak opened this issue Dec 28, 2018 · 1 comment
Closed

Reading/saving iterable as string #84

dizak opened this issue Dec 28, 2018 · 1 comment
Assignees
Projects

Comments

@dizak
Copy link
Owner

dizak commented Dec 28, 2018

prwlr.profiles.Profile.from_string method should be implemented.

An iterable cannot be saved to a flat file but can be saved/read to str with join/split methods. Both are present in the Python's standard library and pandas.Series.str

@dizak dizak created this issue from a note in profiles IO (To do) Dec 28, 2018
@dizak dizak self-assigned this Dec 28, 2018
@dizak dizak removed this from To do in profiles IO Dec 28, 2018
@dizak dizak added this to To do in profiles IO via automation Dec 28, 2018
@dizak dizak changed the title Saving iterable as string Reading/saving iterable as string Dec 28, 2018
@dizak
Copy link
Owner Author

dizak commented Jan 14, 2019

It is now considered unnecessary as #87 solved inside prwlr.core

@dizak dizak closed this as completed Jan 14, 2019
profiles IO automation moved this from To do to Done Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
profiles IO
  
Done
Development

No branches or pull requests

1 participant