Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F funpack
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FSLFSL
  • funpack
  • Issues
  • #8
Closed
Open
Issue created Dec 09, 2019 by Paul McCarthy@paulmc🚵Owner

expand visits into rows

option/processing function to take e.g.

eid, 1-0.0, 1-1.0
1,   a1,     a2
2,   b1,     b2
3,   c1,     c2

and transform it into this:

eid, visit, 1.0
1,   0,     a1
1,   1,     a2
2,   0,     b1
2,   1,     b2
3,   0,     c1
3,   1,     c2
Edited Dec 09, 2019 by Paul McCarthy
Assignee
Assign to
Time tracking