Skip to content

add create_measures_table() function #3

@ojscholten

Description

@ojscholten

A generalised functioned for creating a measured table, which accepts both a set of transaction data, a list of names of behavioural measures, and the level of aggregation of the data (individual, daily, weekly, etc), and outputs a measures table would be a great addition to the measures module.

It would also be a nice opportunity to optimise the creation process, e.g. if the duration is one measure and frequency (which uses duration in its calculation) is another, if the method were smart enough to identify and optimise this then some compute time would be saved. This optimisation is a luxury though, a naive implementation would be good in the short term.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementnew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions