Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Takes too long for large data frames #20

Open
liuzj039 opened this issue Oct 21, 2021 · 0 comments
Open

Takes too long for large data frames #20

liuzj039 opened this issue Oct 21, 2021 · 0 comments

Comments

@liuzj039
Copy link

Many thanks to the developer for providing a version of jupyterlab.

While using it, I found that tabnine is very time consuming for completing large data frames.

Here is an example.

df = pd.DataFrame([np.random.choice(['a', 'b', 'c'], 20000) for x in range(20)]).T
df.      # It will take more than 10 seconds before the complementary information is available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant