Hello,
After searching in the forum without a soultion this post. I have a timeseries with many variables (more than 1000). The variables have more than 15 different criterial to distinguish. My goal is to merge these variables depending on these properties.
Something like this example:
.
.
It is an easy way, to give a name depending on the properties and then drop or keep the variables depending on the properties before merging.
(e.g. for the Variable "var_failure_444" the command "keep *failure*" "keep *444*" and so on.)
But the problem is, that I have too many properties and the variablename would be too long to put all the properties into the variablename. Thats why my question: How is it possible to to keep or drop the variables, if the depending properties are in a spezific row of each variable. Or ist there another way to do this? I would be very grateful if someone could give me an answer
After searching in the forum without a soultion this post. I have a timeseries with many variables (more than 1000). The variables have more than 15 different criterial to distinguish. My goal is to merge these variables depending on these properties.
Something like this example:
.
property_date | var1 | var2 | var3 | var4 |
property2 | Failure | Unscheduled | Failure | Failure |
property3 | 01.01.2016 | 02.04.2011 | 01.01.2016 | 03.04.2017 |
property4 | 444 | 2321 | 22 | 22 |
01.01.2017 | . | . | 3 | . |
01.02.2017 | . | 4 | 3 | 2 |
01.03.2017 | . | 4 | 3 | 2 |
01.04.2017 | 7 | 4 | . | 2 |
01.05.2017 | 7 | 4 | . | . |
It is an easy way, to give a name depending on the properties and then drop or keep the variables depending on the properties before merging.
(e.g. for the Variable "var_failure_444" the command "keep *failure*" "keep *444*" and so on.)
But the problem is, that I have too many properties and the variablename would be too long to put all the properties into the variablename. Thats why my question: How is it possible to to keep or drop the variables, if the depending properties are in a spezific row of each variable. Or ist there another way to do this? I would be very grateful if someone could give me an answer