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
@vforgione I didn't catch what you were saying earlier, I see now that the attribute columns are totally unnecessary for sensors because there's a column that has the exact same information.
In R I would say that people rarely use attributes, but they're kind of useful and it's the right way to capture certain data.
I think it might be more efficient to return things like this as a list. Using this paradigm would break anyone depending on the existing code, but now's the time to make changes like that. Technically removing the attributes could also break people's workflow.
The text was updated successfully, but these errors were encountered:
@vforgione I didn't catch what you were saying earlier, I see now that the attribute columns are totally unnecessary for sensors because there's a column that has the exact same information.
In R I would say that people rarely use attributes, but they're kind of useful and it's the right way to capture certain data.
I think it might be more efficient to return things like this as a list. Using this paradigm would break anyone depending on the existing code, but now's the time to make changes like that. Technically removing the attributes could also break people's workflow.
The text was updated successfully, but these errors were encountered: