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.
3行ごとにビン化したい単純なデータフレームがあります。
次のようになります。
col1 0 2 1 1 2 3 3 1 4 0
そして、私はそれをこれに変えたいと思います:
col1 0 2 1 0.5
私はすでに同様の質問をここに投稿しましたが、ソリューションを現在のユース ケースに移植する方法がわかりません。
あなたは私を助けることができます?
どうもありがとう!