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
#4248 added a _repr_inline_ method duck arrays can use to customize their collapsed variable repr.
_repr_inline_
repr
We currently also have inline_dask_repr and inline_sparse_repr which remove redundant information like dtype and shape from dask and sparse arrays.
inline_dask_repr
inline_sparse_repr
dtype
shape
dask
sparse
In order to reduce the complexity of inline_variable_array_repr, we could try to push these functions upstream.
inline_variable_array_repr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#4248 added a
_repr_inline_
method duck arrays can use to customize their collapsed variablerepr
.We currently also have
inline_dask_repr
andinline_sparse_repr
which remove redundant information likedtype
andshape
fromdask
andsparse
arrays.In order to reduce the complexity of
inline_variable_array_repr
, we could try to push these functions upstream.The text was updated successfully, but these errors were encountered: