pull_requests: 1136386216
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1136386216 | PR_kwDOAMm_X85Du-Co | 7323 | closed | 0 | (Issue #7324) added functions that return data values in memory efficient manner | 83403825 | added functions: - `data_to_list_save_memory` - `_genlist` `data_to_list_save_memory` returns a list of data values from a given Xarray.DataArray. Creates a list of data values as data values from the original Xarray.DataArray is removed (saving memory) `_genlist` provides a generator (Most memory efficient) Useful when returning data values in json format of large datasets after the dataset no longer in use to avoid memory issues. The function is more efficient than `to_dict()` regarding memory usage when calling for just the data values. <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Documentation regarding tests: https://gist.github.com/adanb13/9203bcb411246267cea244bb2f29ca2d - [x] Addressing Issue: https://github.com/pydata/xarray/issues/7324 | 2022-11-26T04:54:50Z | 2023-02-07T18:25:18Z | 2023-02-07T18:25:17Z | 6c620afcca94a3af758857088a5bf7f04a13c4a7 | 0 | 7107f8d67acdc44c8a60e582d1f1c2f82f9bc32a | ff6793d975ef4d1d8d5d32b8ad6f4f44e02dda9b | NONE | 13221727 | https://github.com/pydata/xarray/pull/7323 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests