Relative Content

Tag Archive for pythonpandasfor-loopnested-loopsnumpy-ndarray

Python Add new rows to dataset in nested for loop

The following script works when data4 is used to create dataframe, hours_date_match_barc. It breaks when I want to use data3 and I believe it is because it is not able to add more rows to ‘out‘.