Skip to content

Statistics session comments #41

@thawn

Description

@thawn

When we mention filtering a pandas table, also mention, that the criteria should be independent of the thing that you are filtering.

Wrong:

pd['area, pd['area'] > 5].mean()

likely wrong:

pd['area, pd['diameter'] > 5].mean()

likely right:

pd['area, pd['intensity'] > 5].mean()

Later, refer to this when discussing correlation analysis with pearsons coefficient

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    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