我使用choice = int(input("Wpisz liczbe: "))
和While True:
choice = input("Wpisz liczbe: ")
if choice.isdigit():
choice = int(choice)
# your code of if conditions
else:
print("please enter valid input")
continue
创建了一个数组的数据框。
每当我尝试拟合模型时,我的错误代码都说spark.sql
。
这是我的以下代码:
.toDF()
我只看到scala的文档。请帮忙。