-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Your Own Data #130
Comments
Hi @dsambor10, I suppose your |
Your timestamp column looks all right. However you need to add a column called |
Thanks for clarifying. I discovered the issue was that I had not specified in loading time series that "years=[2019]" because the doc said that's optional to designate and I thought it would read the year, but it's required to have I guess. It all works now. |
I don't think we have a function for that. Should be pretty simple to implement though:
clust_data is of type ClustData, and .data is a dictionary, see https://github.com/holgerteichgraeber/TimeSeriesClustering.jl/blob/master/src/utils/datastructs.jl You may need to play with the settings of DataFrame and CSV.write, but this should give a general idea. This will write one csv for each data type. |
I'm getting the same error that I and others have gotten in the past "objects of type Bool are not callable" (as per screenshot below) when I try to load my time series data (screenshot) below. It was working before but now appears to be an issue again. I've designated a year column and all my paths are correct. I'm loading my data with: ts_input_data = load_timeseries_data("/home/dsambor/DanDocs/KLRS/Clust"; T=24,years=[2021]) |
Hi,
I tried importing my data via your instructions and when I run these lines:
I get this error:
LoadError: MethodError: objects of type Bool are not callable
Sorry for the basic question!
Dan
The text was updated successfully, but these errors were encountered: