Skip to content

Grouping does not work on TimeSeriesPlot for DateTimeColumn #782

Open
@Sparkwired

Description

@Sparkwired

The following will not work when the timestamp column is a DateTimeColumn instead of a DateColumn:

Figure timeseries = TimeSeriesPlot.create("Ask price", t, "timestamp", "ask_price", "series");

java.lang.ClassCastException: tech.tablesaw.api.DateTimeColumn cannot be cast to tech.tablesaw.api.DateColumn
at tech.tablesaw.table.Relation.dateColumn(Relation.java:444)
at tech.tablesaw.plotly.api.TimeSeriesPlot.create(TimeSeriesPlot.java:27)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions