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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
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
IMAGE02
The text was updated successfully, but these errors were encountered:
Environment data
python.languageServer
setting: MicrosoftExpected 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](https://user-images.githubusercontent.com/53902830/86016231-d4332f00-ba22-11ea-8ef9-bd5aa76de5fc.jpg)
IMAGE02
![Pandas_02](https://user-images.githubusercontent.com/53902830/86016245-d85f4c80-ba22-11ea-9498-017236ec48a4.jpg)
The text was updated successfully, but these errors were encountered: