-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
Output-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_stringPerformanceMemory or execution speed performanceMemory or execution speed performance
Description
from #16326 (comment)
If you have a very large index, _dir_additions
(for tab completion) actually takes quite a bit of time
So what I would do is if the index is say < 100, use the currently _dir_addition, otherwise return an empty list! (its essentially too big to use tab completion for anyhow). can you make this change and add an asv for this (could be a separate PR as well)
Metadata
Metadata
Assignees
Labels
Output-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_stringPerformanceMemory or execution speed performanceMemory or execution speed performance