home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: c5146e8f82ae8387a24b99b27fb8b7e623b38778

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
c5146e8f82ae8387a24b99b27fb8b7e623b38778 combine_first by using apply_ufunc in ops.fillna (#1204) * First commit of ops.fillna() using apply_ufunc(). * Saving preliminary changes to fillna using apply_ufunc.aset attr test. * _yield_applied for GroupedBy.fillna(). Inspired by _binary_op(). * Finished introducing combine_first to DataArray/Dataset objects. Remove _fillna from injection. * Minor spacing changes to doc. * Use np.where() in ops.fillna * Separating data_vars_join from join in apply_ufunc, and accessing it through ops.fillna. Also added docstring. * Rewrote Groupby's fillna, among other review comments.git status * Initial attempt to introduce keep_attrs to apply_ufunc. * Adding test for data_vars_join, also removing join kwarg in fillna of dataarray.py and dataset.py. * Brining keep_attrs from apply_ufunc to apply_dataset_ufunc and apply_dataarray_ufunc. * Forcing explicit specification for dataset_fill_value. * Added test for keep_attrs. Changed kwarg name frmo data_vars_join to dataset_join. * Updated docstrings. Moving changes to v0.9.0 * Adjust dataset_fill_value default in apply_ufunc signature 2017-01-23T22:39:57Z 2017-01-23T22:39:57Z 5134e29b347c4b341a0a0cd58b25f253be2cb52e f10b21bed2846b879806f87039b77245b18e7671 13221727 5572303 1217238
Powered by Datasette · Queries took 0.886ms · About: xarray-datasette