Skip to content

Document the differences for column re-ordering in new_epi_df and as_epi_df #166

Open
@rachlobay

Description

@rachlobay

It probably would be good to document the differences for column re-ordering innew_epi_df and as_epi_df. For ex., new_epi_df always has column re-ordering so that the columns are geo_value, time_value ... . In contrast, as_epi_df does not appear to enforce this column re-ordering when we're already feeding an epi_df to it (it simply returns the epi_df object unchanged). But it does enforce the column re-ordering if we are converting a tbl_df, data frame, or tbl_ts to an epi_df (as it ultimately calls new_epi_df).

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1medium prioritydocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions