Pandas: sum rows of random numbers

前端 未结 0 1332
名媛妹妹
名媛妹妹 2021-01-21 09:51

I have the following code that makes a 100x100 dataframe of random integers:

import pandas as pd
import numpy as np

bin = []
cols = []
for i in range(1,101):
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题