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
We assume that the rows of the 2D feature matrix matches the order of events stored in a recarray. This requires us to be very careful any time events or powers are modified in a way that could scramble this ordering. It would be better if these two structures were combined so there was less room for error in processing these two data structures. Most likely a pandas dataframe would be the best bet.
The text was updated successfully, but these errors were encountered:
We assume that the rows of the 2D feature matrix matches the order of events stored in a recarray. This requires us to be very careful any time events or powers are modified in a way that could scramble this ordering. It would be better if these two structures were combined so there was less room for error in processing these two data structures. Most likely a pandas dataframe would be the best bet.
The text was updated successfully, but these errors were encountered: