|
1 | 1 | <div align="center"> |
2 | | - <img src="assets/images/logo_wordmark_white.png" alt="TransformPlan Logo" width="450"> |
| 2 | + <img src="https://raw.githubusercontent.com/limebit/transformplan-static/refs/heads/main/logos/logo_wordmark_white.png" alt="TransformPlan Logo" width="450"> |
3 | 3 | </div> |
4 | 4 |
|
5 | 5 | # TransformPlan |
@@ -86,15 +86,14 @@ Total time: 0.0247s |
86 | 86 |
|
87 | 87 | ## Available Operations |
88 | 88 |
|
89 | | -| Category | Description | Examples | |
90 | | -|----------|-------------|----------| |
91 | | -| **col_** | Column operations | `col_rename`, `col_drop`, `col_cast`, `col_add`, `col_select` | |
92 | | -| **math_** | Arithmetic operations | `math_add`, `math_multiply`, `math_clamp`, `math_round`, `math_abs` | |
93 | | -| **rows_** | Row filtering & reshaping | `rows_filter`, `rows_drop_nulls`, `rows_sort`, `rows_unique`, `rows_pivot` | |
94 | | -| **str_** | String operations | `str_lower`, `str_upper`, `str_strip`, `str_replace`, `str_split` | |
95 | | -| **dt_** | Datetime operations | `dt_year`, `dt_month`, `dt_parse`, `dt_age_years`, `dt_diff_days` | |
96 | | -| **map_** | Value mapping & encoding | `map_values`, `map_discretize`, `map_onehot`, `map_ordinal` | |
97 | | - |
| 89 | +| Category | Description | Examples | |
| 90 | +| ---------- | ------------------------- | -------------------------------------------------------------------------- | |
| 91 | +| **col\_** | Column operations | `col_rename`, `col_drop`, `col_cast`, `col_add`, `col_select` | |
| 92 | +| **math\_** | Arithmetic operations | `math_add`, `math_multiply`, `math_clamp`, `math_round`, `math_abs` | |
| 93 | +| **rows\_** | Row filtering & reshaping | `rows_filter`, `rows_drop_nulls`, `rows_sort`, `rows_unique`, `rows_pivot` | |
| 94 | +| **str\_** | String operations | `str_lower`, `str_upper`, `str_strip`, `str_replace`, `str_split` | |
| 95 | +| **dt\_** | Datetime operations | `dt_year`, `dt_month`, `dt_parse`, `dt_age_years`, `dt_diff_days` | |
| 96 | +| **map\_** | Value mapping & encoding | `map_values`, `map_discretize`, `map_onehot`, `map_ordinal` | |
98 | 97 |
|
99 | 98 | ## Getting Started |
100 | 99 |
|
|
0 commit comments