You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
I think the problem is that your timestamps are being treated as ordinals. Right now, you need to convert the column to a Date type in your dataframe in the kernel -- see the fourth code cell in this example Try that and see if it gives you the behavior you want. We clearly need a friendlier way to recognize and coerce the data type.
@lbustelo: we could try introducing heuristics to identify and convert dates. It might make more sense to do that in urth-core-dataframe than on the client e.g. urth-viz-explorer. Thoughts?
The explorer widget should scale to the data that it plots.
Contrast the
df.plot()
output, which produces the data scaled to the viewing area with theexplore(df)
plot, which forces the user to scroll:The text was updated successfully, but these errors were encountered: