pull_requests: 529241005
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
529241005 | MDExOlB1bGxSZXF1ZXN0NTI5MjQxMDA1 | 4622 | closed | 0 | Add additional str accessor methods for DataArray | 2272878 | This implements the following additional string accessor methods, based loosely on the versions in pandas: #### One-to-one - [x] casefold(self) - [x] normalize(self, form) #### One-to-many - [x] extract(self, pat[, flags, expand]) - [x] extractall(self, pat[, flags]) - [x] findall(self, pat[, flags]) - [x] get_dummies(self[, sep]) - [x] partition(self[, sep, expand]) - [x] rpartition(self[, sep, expand]) - [x] rsplit(self[, pat, n, expand]) - [x] split(self[, pat, n, expand]) #### Many-to-one - [x] cat(self[, others, sep, na_rep, join]) - [x] join(self, sep) #### Operators - [x] `+` - [x] `*` - [x] `%` #### Other - [x] Allow vectorized arguments. - [x] Closes #3940 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are listed in `api.rst` | 2020-11-30T02:48:36Z | 2021-03-12T08:44:00Z | 2021-03-11T17:49:32Z | 2021-03-11T17:49:32Z | 6ff27cae29df7ca52416f5849f6005858c6eb1e7 | 0 | cd8f7e461fe957b408436b2d6ae009fa844b7a3b | c195c2636a94b8136050d2c79c8e357740db66ea | CONTRIBUTOR | 13221727 | https://github.com/pydata/xarray/pull/4622 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests