Skip to content

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

Closed
@Orionsg

Description

@Orionsg
  • 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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions