skip to Main Content

how to import anaconda pandas module in visual studio code environment?

I configure the apache spark in visual studio code environment. The confiugration of settigs.json is like below, "python.defaultInterpreterPath": "C:\Anaconda3\python.exe", "terminal.integrated.env.windows": { "PYTHONPATH": "C:/spark-3.4.1-bin-hadoop3/python;C:/spark-3.4.1-bin-hadoop3/python/pyspark;C:/spark-3.4.1-bin-hadoop3/python/lib/py4j-0.10.9.7-src.zip;C:/spark-3.4.1-bin-hadoop3/python/lib/pyspark.zip" }, "python.autoComplete.extraPaths": [ "C:\spark-3.4.1-bin-hadoop3\python", "C:\spark-3.4.1-bin-hadoop3\python\pyspark", "C:\spark-3.4.1-bin-hadoop3\python\lib\py4j-0.10.9.7-src.zip", "C:\spark-3.4.1-bin-hadoop3\python\lib\pyspark.zip" ], "python.analysis.extraPaths": [ "C:\spark-3.4.1-bin-hadoop3\python", "C:\spark-3.4.1-bin-hadoop3\python\pyspark", "C:\spark-3.4.1-bin-hadoop3\python\lib\py4j-0.10.9.7-src.zip", "C:\spark-3.4.1-bin-hadoop3\python\lib\pyspark.zip" ] But I…

VIEW QUESTION

Json – Make a table from dictionares

player_name awards Sergei Belov {'2009-2010': ['Russia2 Silver Medal'], '2013-2014': ['VHL Silver Medal']} Rafael Khakimov {'2010-2011': ['MHL All-Star Game','MHL Best GAA (1.79)','MHL Best Goaltender','MHL Goaltender of the Month (February)','MHL Goaltender of the Month (September)'],'2017-2018': ['VHL Playoffs Best GAA (1.39)'], '2021-2022': ['VHL…

VIEW QUESTION
Back To Top
Search