Skip to content

Instantly share code, notes, and snippets.

@padenot
Created January 23, 2025 12:42
Show Gist options
  • Save padenot/a0d107293386d79d69068fee545897d7 to your computer and use it in GitHub Desktop.
Save padenot/a0d107293386d79d69068fee545897d7 to your computer and use it in GitHub Desktop.
fouineur api.md
+---------------+---------+-------------------+--------+----------------------------------------------------------+
| `sortv` | 1 | `ts` | `ts` | Returns a time series, sorted by value |
+---------------+---------+-------------------+--------+----------------------------------------------------------+
| `sortt` | 1 | `ts` | `ts` | Returns a time series, sorted by time |
+---------------+---------+-------------------+--------+----------------------------------------------------------+
| `slice` | 3 | `ts`, `s`, `s` | `ts` | Returns subset of time series by index |
+---------------+---------+-------------------+--------+----------------------------------------------------------+
| `sliceperc` | 3 | `ts`, `s`, `s` | `ts` | Returns subset of time series by percentage |
+---------------+---------+-------------------+--------+----------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment