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.
numpy 配列があるとします。
[[1,2], [3,4], [5,6,7]]
配列をトリミングして2番目の次元に沿って整列させるコンパクトな方法はありますか?
[[1,2], [3,4], [5,6]]