support of pkl output format and compression#14
Open
Evgeny7777 wants to merge 1 commit intoffeast:masterfrom
Open
support of pkl output format and compression#14Evgeny7777 wants to merge 1 commit intoffeast:masterfrom
Evgeny7777 wants to merge 1 commit intoffeast:masterfrom
Conversation
Owner
|
Hey @Evgeny7777 Thanks for posting you suggestion. It could be sovled via an external tool trivially applied in the following way: where convert_script might convert data into whatever is wanted, not only pickle or gzip |
Author
|
Hey @ffeast , There are different reasons for me
Other feature I'm going to add anyway will be delta-loading. Script would open file if exists and request only missing data. Do you think it would be useful for others? |
Owner
|
Hey @Evgeny7777
|
Author
Cheers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tests to be added, but what do you think in general? Does it make sense?