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
When I got later on in my script to this part above... no suggestion. Had to type the whole thing, had no popup to suggest any python code or help with parameters. What causes this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using VS Code 1.97.0, and Python code suggestion doesn't appear to work consistently. Here's what happens when I type .merge(

However, later on, when I do another merge later in the script... it will no longer suggest any insight on code. Why ?
Here's some sample code.
When I started typing into sales_data dataframe to do that merge, I got a code completion/suggestion snippet. So it worked here...
output_df = cust_rev.merge(sales_data[['customer_id', 'total_spent']],on='customer_id', how='left').drop_duplicates()
When I got later on in my script to this part above... no suggestion. Had to type the whole thing, had no popup to suggest any python code or help with parameters. What causes this?
Beta Was this translation helpful? Give feedback.
All reactions