I have a dataset that includes a datetime variable that is time aware, and has NaT values. I can create a gv.Dataset and also a gv.Points geometry with it, but it fails on display -> which makes me think it can't actually manage it.
After looking at it updside down once and again, I've realized that this is because my dataset has time zone aware datetimes. With the example I give below, it is clear for me that a dataset with NaT works fine when datetimes are time zone naive, but not if they are time zone aware.
I am running Geoviews version 1.9.6
(Unfortunately I cannot get GitHub uploading the image when the time zone naive gv.Points feature is displayed, but it does display correctly.)
I have a dataset that includes a datetime variable that is time aware, and has NaT values. I can create a gv.Dataset and also a gv.Points geometry with it, but it fails on display -> which makes me think it can't actually manage it.
After looking at it updside down once and again, I've realized that this is because my dataset has time zone aware datetimes. With the example I give below, it is clear for me that a dataset with NaT works fine when datetimes are time zone naive, but not if they are time zone aware.
I am running Geoviews version 1.9.6
(Unfortunately I cannot get GitHub uploading the image when the time zone naive gv.Points feature is displayed, but it does display correctly.)
Geoviews version 1.9.6
(map with 3 points displays here...)