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

SoC: Target postget wrappers #1

Open
thorwhalen opened this issue May 3, 2021 · 0 comments
Open

SoC: Target postget wrappers #1

thorwhalen opened this issue May 3, 2021 · 0 comments

Comments

@thorwhalen
Copy link
Member

The control of what pandas reader to use (role played by df_from_data_given_ext through ext_specs argument should be generalized and made more generally reusable. Proposed steps:

Target the creation of postget functions for wrap_kvs where data is assumed to be binary and key->deserializer function specification is separated and made more easy to specify. Right now, only (data, ext) controls the deserialization. That's a particular case of (data, key) which we don't want to rule out.
For example, the name of a file could indicate two different ways of treating .csv (one with a header, one without).

Offer a few out of the box stores (with LocalBinaryStore, FilesToZip, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant