pynapple-org / pynapple

PYthon Neural Analysis Package :pineapple:
https://pynapple-org.github.io/pynapple/
MIT License
243 stars 59 forks source link

tsdframe downsampling gets rid of the columns #273

Closed samdeoxys1 closed 1 month ago

samdeoxys1 commented 1 month ago

Given a tsdframe, df, if I downsample it by df[::5], the columns of the resulting df will be automatically changed to numerical index.

gviejo commented 1 month ago

Fixed in #279