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

Pivot Lens #266

Open
okennedy opened this issue Sep 28, 2017 · 1 comment
Open

Pivot Lens #266

okennedy opened this issue Sep 28, 2017 · 1 comment

Comments

@okennedy
Copy link
Member

Another use for the adaptive schemas, creating pivot tables.

Consider for example:

time,location,temperature
1505958603,den,24.5
1505958604,basement,21.3
1505959204,den,24.5
1505959204,basement,21.400000000000002
1505959803,den,24.6
1505959804,basement,21.3
1505960265,office,17.5
1505960403,den,24.5
1505960404,basement,21.40000000000000
1505961003,den,24.5
1505961005,basement,21.400000000000002
1505961603,den,24.400000000000002
1505961604,basement,21.3
1505962203,den,24.400000000000002

It would be handy to have an operator that could flip this over into:

time,temperature_den,temperature_basement,office,etc...
@okennedy
Copy link
Member Author

Related to #212

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

No branches or pull requests

1 participant