問題タブ [feature-engineering]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
379 問題
0
投票する
1
に答える
56
参照
pyspark - PySpark データフレームに履歴パス機能を追加する
元のデータフレームに「イベント」列があり、他の 2 つの列を追加したいと考えています。
イベント | Event_lag | Hist_event |
---|---|---|
0 | N | N |
0 | 0 | N0 |
1 | 0 | N00 |
0 | 1 | N001 |