-
Notifications
You must be signed in to change notification settings - Fork 53
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
Manipulate and save a DocumentSet object after loading. #60
Comments
Hi
Manipulating the documents themselves is not possible. You can, however, manipulate a
Saving a document set is not possible, but it is a highly requested feature. There are open issues for saving a document set as a Bibtex file or RIS file: Of you interesting in looking into these, we welcome all relevant pull requests! |
I was looking for this as well. A possible workaround might be to just Export the documentset to a csv and later Reimport it if needed. |
Which fields are called from the api upon refine? Is it all the ones from the class litstudy.types.Document? |
Alternatively you could pickle the document set which takes less space than a csv. After that you can reload it whenever you would like to perform further analysis on the set. Just use these code snippets: to save: |
Hello, I am wondering how possible is to manipulate (like in a pandas table) and save a loaded DocumentSet such as .bib, ieee_csv. Or also manipulate and save the data after doing a refinement (for example using refine_scupos).
Thank you!
The text was updated successfully, but these errors were encountered: