-
-
Notifications
You must be signed in to change notification settings - Fork 1
x polymorphism for index and series type #37
Comments
One consideration here is that plotly_express needs a name associated with each column for things like axis labels and hover tooltips. Pandas index levels can optionally have names, and I would be in favor of having plotly_express search the index levels if a specified name doesn't show up as a column. If the index doesn't already have a name then a name would need to be assigned, but this doesn't require duplicating data and I'd argue that it's a reasonable thing to do even apart from visualization. Something like...
|
Interestingly, we could actually take things a bit farther: consider something |
Hi there, Just joined the issue, as I was talking about it somewhere else. As I mentioned it already, I suggest to call
|
I don't really want to accept arbitrary |
This will be implemented as part of plotly/plotly.py#1767 ... thanks for the input and patience :) |
what kind of datatypes supported to plotly |
@prasadsonar2 here is the documentation on input arguments for Plotly Express: https://plot.ly/python/px-arguments/ |
This will be useful for time series data.
Instead of copy time index to a column:
it will be more convenient that we can do this directly:
Thank you for this great library!
The text was updated successfully, but these errors were encountered: