-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add groupby.pipe? #3782
Comments
How is this different from |
Pipe operates on the whole object, not on each group; consistent with the other objects like Dataset |
I think I see your point @dcherian: given that |
Closing for now. Given almost any useful (ref #1251). |
MCVE Code Sample
Expected Output
I think we could add
groupby.pipe
, as a convenience?Output of
xr.show_versions()
In [12]: xr.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.8 (default, Aug 7 2019, 17:28:10)
[...]
python-bits: 64
OS: Linux
OS-release: [...]
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.utf8
LOCALE: en_US.UTF-8
libhdf5: 1.10.4
libnetcdf: None
xarray: 0.14.1
pandas: 0.25.3
numpy: 1.18.1
scipy: 1.4.1
netCDF4: None
pydap: None
h5netcdf: None
h5py: 2.10.0
Nio: None
zarr: None
cftime: None
nc_time_axis: None
PseudoNetCDF: None
rasterio: None
cfgrib: None
iris: None
bottleneck: None
dask: None
distributed: None
matplotlib: 3.1.2
cartopy: None
seaborn: 0.10.0
numbagg: None
setuptools: 45.0.0
pip: 20.0.2
conda: None
pytest: 5.3.2
IPython: 7.11.1
sphinx: 2.3.1
The text was updated successfully, but these errors were encountered: