問題タブ [date-manipulation]
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.
82 問題
0
投票する
0
に答える
38
参照
python - 月の最初に基づくpython pandasでの毎週のデータ操作
週平均にアップサンプリングした xls の月次データがあります。1日が月曜日または火曜日に当たる場合、前月の先週を含めて、現在の月を再平均化する条件/関数が必要です。私はパンダのresample()を使用していました。
入力例: 月次データ
現在の出力: 週次データ「日曜日」の平均
目標出力: 月曜日から火曜日の月の 1 日は、前の週を当月に追加します (週平均)