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

Pandas - Intellisense doesn't show Attributes/methods of the Pandas object #2094

Open
Episkiliski opened this issue Jun 29, 2020 · 0 comments
Open

Comments

@Episkiliski
Copy link

@Episkiliski Episkiliski commented Jun 29, 2020

Environment data

  • VS Code version: 1.46.1
  • Extension version (available under the Extensions sidebar): 2020.6.90262
  • OS and version: Windows 7 64bits
  • Python version (& distribution if applicable, e.g. Anaconda): 3.8.3 - Conda
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Conda environment
  • Relevant/affected Python packages and their versions: Pandas 1.0.5
  • Relevant/affected Python-related VS Code extensions and their versions: Visual Studio Intellicode 1.2.8
  • Value of the python.languageServer setting: Microsoft

Expected behaviour

Intellisense to show attributes/methods of a created Pandas dataframe.

Actual behaviour

After importing Pandas, when creating a pandas dataframe, Intellisense doesn't show the available attributes/methods of the created object.(Image 2, where I try to use the .head() function).

It detects the module pd(pandas) methods without any problem (see Image 1).

I don't have this problem when running a Jupyter Notebook or Jupyter Lab on the browser.

Steps to reproduce:

IMAGE 01
Pandas_01

IMAGE02
Pandas_02

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.