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
The next low-hanging fruit on the speed-up quest is to add a (non-copying!?) fast-path to __init__ for a pd.Series in perfect condition, ie an index with the right names that is unique and maybe other conditions that one would have to extract from format_data to avoid having to reindex.
The text was updated successfully, but these errors were encountered:
Per this comment by @coroa in #510
The text was updated successfully, but these errors were encountered: