This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Description
VSCode Version: 1.32.3
Extension Version: 2019.2.5558
OS: Windows 10
Python 3.7.2
LS Version: 0.2.28.0
Using Conda virtual environment
Was working through this quick, easy tutorial here. Was expecting df.reset_ to at the very least yield df.reset_index(), a common operation when using Pandas. However, I got the following display:
