Skip to content

Conversation

@paul-griffith
Copy link
Member

Fixes #13

Adds system.dataset.builder() that optionally accepts keyword arguments (ultimately, just exposing the Ignition builtin DatasetBuilder class more readily). Keyword arguments will be used to define the expected column names and types; Python types will be accepted, e.g. system.dataset.builder(a=int, b=str, c=bool).addRow(1, '2', False).build().

@paul-griffith paul-griffith merged commit c483479 into IgnitionModuleDevelopmentCommunity:main Nov 22, 2022
@paul-griffith paul-griffith deleted the ignition-extensions-13 branch November 22, 2022 23:39
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

Successfully merging this pull request may close these issues.

Expose DatasetBuilder

1 participant