pull_requests: 514690507
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
514690507 | MDExOlB1bGxSZXF1ZXN0NTE0NjkwNTA3 | 4561 | closed | 0 | rm inplace arg to rename | 17162724 | This PR follows a TypeError I got ``` ds = xr.open_dataset('https://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GFS/Global_0p25deg/Best') ds.rename({'lat': 'latitude', 'lon': 'longitude'}, inplace=True) TypeError: The `inplace` argument has been removed from xarray. You can achieve an identical effect with python's standard assignment. ``` I saw the option of the inplace in the docs http://xarray.pydata.org/en/stable/generated/xarray.Dataset.rename.html Removing this argument. TODO: - [ ] rm test_rename_inplace | 2020-11-03T12:10:12Z | 2020-11-07T06:55:49Z | 2020-11-07T06:55:49Z | 2020-11-07T06:55:49Z | c02b805499a16a0cd3d745734d59ec70d76e1293 | 0 | 6f0c95d53783c1f82d9c84255106658343bea81a | 83884a1c6dac4b5f6309dfea530414facc100bc8 | CONTRIBUTOR | 13221727 | https://github.com/pydata/xarray/pull/4561 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests