Skip to content

Tables to dataframes includes useless columns #523

Description

@dilpath

e.g.

>>> petab_problem.parameter_df
             lowerBound  upperBound nominalValue estimate priorDistribution priorParameters  index
parameterId                                                                                       
alpha               0.0        15.0          1.3     true                                        0
delta               0.0        15.0          1.8     true                                        1

In general we could omit empty columns and index.

This would mean petab_problem.parameter_df could be used in notebooks to nicely display the table, without custom formatting to remove the useless columns.

Also means that a user can round-trip their minimal PEtab tables from/to disk.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions