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

Expand the Template Concept #5

Open
NikhilPeri opened this issue Oct 26, 2018 · 0 comments
Open

Expand the Template Concept #5

NikhilPeri opened this issue Oct 26, 2018 · 0 comments

Comments

@NikhilPeri
Copy link
Owner

The Template class is currently used as a testing utility to quickly create dataframes with default values.

However this concept can be expanded to serve as the contracts for any operation. Instead of specifying the dataset to read or write to instead you specify a Template which you would like to consume/produce which will contain:

  • column names
  • type definitions

This way the operation can enforce type and other values before writing a dataset, as well we can expand the scope of a dataset beyond csv files

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