"The term 'databricks-connect' is not recognized as the name of a cmdlet, function, script file, or operablesite-packages (0.14.3)”,在path变量中设置了c:\users\username\appdata\roaming\python\python37\site-packages:When试图执行databricks-connect-configure,我仍然收到一个错误:“术语'
我正在尝试使用databrick connect在IDE中运行我的databricks笔记本中的一些代码。我似乎想不出如何创建一个简单的数据帧。 使用: import spark.implicits._
var Table_Count = Seq((cdpos_df.count(),I_count,D_count,U_count)).toDF("Table_Count","I_Count","D_Count","U_Count") 给出错误消息value toDF is not a member of Seq[(Long, L