We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CI currently fails due to the following version incompatibility: dask/dask#10164
Error message from failing CI:
File /usr/share/miniconda/envs/how_to_eurec4a/lib/python3.9/site-packages/dask/dataframe/accessor.py:276, in StringAccessor() 272 meta = (self._series.name, object) 273 return self._function_map(method, pat=pat, n=n, expand=expand, meta=meta) 275 @derived_from( --> 276 pd.core.strings.StringMethods, 277 inconsistencies="``expand=True`` with unknown ``n`` will raise a ``NotImplementedError``", 278 ) 279 def split(self, pat=None, n=-1, expand=False): 280 """Known inconsistencies: ``expand=True`` with unknown ``n`` will raise a ``NotImplementedError``.""" 281 return self._split("split", pat=pat, n=n, expand=expand) AttributeError: module 'pandas.core.strings' has no attribute 'StringMethods' AttributeError: module 'pandas.core.strings' has no attribute 'StringMethods'
The text was updated successfully, but these errors were encountered:
Datashader is actually pinning pandas<2 for now: holoviz/datashader#1198 (comment), but this should be unnecessary after pydata/xarray#7785 has been released.
Sorry, something went wrong.
The CI is now green again and the mentioned xarray change apparently has also been released. I guess the issue can now be closed.
xarray
No branches or pull requests
The CI currently fails due to the following version incompatibility: dask/dask#10164
Error message from failing CI:
The text was updated successfully, but these errors were encountered: