Analysis: First steps #3

Closed
opened 2020-05-29 15:50:49 +00:00 by phryk · 3 comments
phryk commented 2020-05-29 15:50:49 +00:00 (Migrated from rnd.phryk.net)
  • Min/Max/Median/Mean
  • +, -, *, /:
    • With single number or with another layer
    • +, *easy, how to handle order for -, /?
  • Filtering: <, <=, ==, >=, >, Quartiles.
  • Interpolation/Resampling: In-place, see what pandas got.
  • Descriptive statistics: `DataFrame.describe´

All into new (or existing) layer, default choice: first chosen layer.

* Min/Max/Median/Mean * `+`, `-`, `*`, `/`: * With single number or with another layer * `+`, `*`easy, how to handle order for `-`, `/`? * Filtering: `<`, `<=`, `==`, `>=`, `>`, Quartiles. * Interpolation/Resampling: In-place, see what pandas got. * Descriptive statistics: `DataFrame.describe´ All into new (or existing) layer, default choice: first chosen layer.
phryk commented 2020-06-02 22:20:18 +00:00 (Migrated from rnd.phryk.net)

Filtering via <, <=, ==, >=, > implemented in d71a17da56

Filtering via `<`, `<=`, `==`, `>=`, `>` implemented in d71a17da56
phryk commented 2020-06-03 16:10:38 +00:00 (Migrated from rnd.phryk.net)

Filtering still only goes over Y-axis, add X-axis support before going on with other analysis features.

Filtering still only goes over Y-axis, add X-axis support before going on with other analysis features.

Most of this has been solved with the re-design of [Ephemeral]Dataset, the subsequent rewrite of DataEditor and #51.

Dimension-reducing operations relegated to later alpha with #52.
Arithmetic operations postponed to some later alpha as well.

Most of this has been solved with the re-design of `[Ephemeral]Dataset`, the subsequent rewrite of `DataEditor` and #51. Dimension-reducing operations relegated to later alpha with #52. Arithmetic operations postponed to some later alpha as well.
phryk closed this issue 2021-05-13 11:15:10 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phryk-evil-mad-sciences-llc/poobrains#3
No description provided.