Skip to content

Intellisense does not recognize new Pandas dataframe variable as such when it is assigned with Pandas concat function #218

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

Closed
Orionsg opened this issue Jul 30, 2020 · 1 comment

Comments

@Orionsg
Copy link

Orionsg commented Jul 30, 2020

  • Editor name and version: VS Code 1.47.3 (system setup)
  • Platform: Windows 10
  • Color scheme: Dark+ (default dark)
  • MagicPython version: 1.1.0
  • 5-10 lines of surrounding code:
import pandas as pd 

df_1 = pd.DataFrame()
df_2 = pd.DataFrame()
df_3 = pd.concat([df_1,  df_2])

df_3.rein

In the last line there are no suggestions for functions. Pressing ctrl+space just gives "No suggestions."

@1st1
Copy link
Member

1st1 commented Jul 30, 2020

MagicPython only does syntax highlighting.

@1st1 1st1 closed this as completed Jul 30, 2020
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

2 participants