Skip to content

assemble_dataframe #44

Description

@water-e

I believe this has been done many times in different contexts. One example is hotstart_nudging_data.py in BayDeltaSCHISM. I think @sophunger had another use case. @dwr-psandhu I think you did this with dask, although you haven't been pushing dash as hard lately.

The idea is to be able to programmatically assemble a dataframe from a start, end, variable and list of of different stations. It is a bit easier if we assume they are all the same variable, but if we can put up with a multiindex for the columns we could do station and variable. Sublocations would use the @ sign because I think multiindexing those would be tough. Or they could be yet another level.

Fine with me if this is limited to screened data with usage as simple as read_flagged. I know dask will never work without uniform formatting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions