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
I saw the library and wanted to try it on my own timeseries data.
I tried loading in a dataset with pandas where the time column was parsed as datetime64 and got an error when trying to use cesium on it. The existing EEG example is a custom dataset, and from the docs it seems you have your own datatype, based on parsing from the file?
Is there any chance of providing an example for using external data with the tool and what format is expected?
Thanks!
The text was updated successfully, but these errors were encountered:
The time column is currently expected to be a float, but I agree that a datetime should be accepted as well. I can easily make that change in cesium but for now if you just call .astype(float) on your datetime64 column then it should work just fine.
I saw the library and wanted to try it on my own timeseries data.
I tried loading in a dataset with pandas where the time column was parsed as datetime64 and got an error when trying to use cesium on it. The existing EEG example is a custom dataset, and from the docs it seems you have your own datatype, based on parsing from the file?
Is there any chance of providing an example for using external data with the tool and what format is expected?
Thanks!
The text was updated successfully, but these errors were encountered: