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
Current caching of columns as they are requested jumbles the order of the columns stored in the base dataframe. When calling Result.data the columns should be returned in alphabetical order so the same column order is returned every time.