hi all! i am working off of a data set of wind turbines, and i want to turn it into a dataset of wind farms. basically, anything with the same p_name and same number of turbines (p_tnum) should become one project all in one row. i've used the collapse command to collapse mean p_tnum by p(name), but then i lose all my other variables. I want to keep all the other variables, particularly t_state, but need only one row per p_name. how do i achieve this???
-
Login or Register
- Log in with
Comment