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

Fix usage of Semigroup/Monoid instance of Header #20

Open
ocramz opened this issue Jun 18, 2021 · 0 comments
Open

Fix usage of Semigroup/Monoid instance of Header #20

ocramz opened this issue Jun 18, 2021 · 0 comments
Labels
bug 🐛 Something isn't working P1 High priority R&D : library

Comments

@ocramz
Copy link
Owner

ocramz commented Jun 18, 2021

Frames are not supposed to be constructed directly by the user (they should only be 'encode'd from data).
Currently we say 'hdr = mempty' in a few places for convenience (grep for all FIXMEs) but these should become a function of either inputs

For example, the header of a join of two Frames is the outer product of headers (?) -- look up schema computation in relational algebra/SQL

Blocks #11

@ocramz ocramz added bug 🐛 Something isn't working R&D : library P1 High priority labels Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working P1 High priority R&D : library
Projects
None yet
Development

No branches or pull requests

1 participant