我有一个Dataframe(datadf),它包含如下数据:
firstColumn;secondColumn;thirdColumn
myText;123;2010-08-12 00:00:00
在我的例子中,所有这些列都是stringtype。
另一方面,我有另一个Dataframe(customtypedf),它可以修改,并包含一些列的自定义类型,如:
columnName;customType
secondColumn;IntegerType
thirdColumn; TimestampType
如何在datadf dataframe上动态应用新类型?
1条答案
按热度按时间pjngdqdw1#
您可以使用收集为seq的customtypedfMap列名: