Skip to content

Improve array-like handling for x and y inputs#714

Merged
maximlt merged 3 commits intoholoviz:masterfrom
hoxbro:improve_array_like
May 6, 2022
Merged

Improve array-like handling for x and y inputs#714
maximlt merged 3 commits intoholoviz:masterfrom
hoxbro:improve_array_like

Conversation

@hoxbro
Copy link
Copy Markdown
Member

@hoxbro hoxbro commented Mar 20, 2022

Fixes #713

Properly one of the simplest ways to support array-like in hvplot.

@jbednar jbednar requested a review from philippjfr March 22, 2022 09:55
@jlstevens jlstevens closed this May 5, 2022
@jlstevens jlstevens reopened this May 5, 2022
@maximlt
Copy link
Copy Markdown
Member

maximlt commented May 6, 2022

Thanks @hoxbro for the initial push, I've just added a utility function that checks if an object is list-like (basically copied from pandas) instead of relying on checking for the all method.

@maximlt maximlt merged commit 08d1685 into holoviz:master May 6, 2022
@hoxbro hoxbro deleted the improve_array_like branch May 6, 2022 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve handling of arraylike as input for hvplot

3 participants