Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Trifacta / Google Dataprep 允许使用其Unpivot Transform运算符对数据进行反透视,其中一个指定在设计阶段要对哪些列进行反透视。
怎么能说 unpivot 未知数量的列。这是一个数据示例:
unpivot 应该从列“1/22/20”等开始。
可以使用通配符取消透视所有列*。
*
请注意,也可以指定列的范围(例如Column1~Column20)。
Column1~Column20