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
Selection methods in Header, Data and Collection objects keep the original DataFrame index. This can cause conflicts with future index based functions that assume indices start at 0 (e.g. add_voxelmodel_variable).
Solution:
Add optional keyword argument keep_index=False to selection methods.
The text was updated successfully, but these errors were encountered:
Selection methods in Header, Data and Collection objects keep the original DataFrame index. This can cause conflicts with future index based functions that assume indices start at 0 (e.g.
add_voxelmodel_variable
).Solution:
Add optional keyword argument
keep_index=False
to selection methods.The text was updated successfully, but these errors were encountered: