Replies: 1 comment 3 replies
-
What language server are you using? If you're not using Pylance can you give that a try? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have imported pandas the standard way:
import pandas as pd
When I start coding, intellisense in vscode works fine until i import the pandas module and then it starts to go very slow.
There was a similar question here: https://github.com/microsoft/vscode-python/issues/5582
However, it was closed because as reply was given at the time.
Beta Was this translation helpful? Give feedback.
All reactions