Could be possible to add in vscode or in the python extension, the possibility to have pretty print of pandas dataframe when debugging, as it exists in Pycharm, in a matrix format ? Pandas is one of ...
Thought: We need to check if the "FG-40F Series" row has "Yes" in the "Local Reporting" column. Action: Use pandas boolean indexing to filter the dataframe to only the "FG-40F Series" row and check ...