_list
и работать только с типом int?int(id) not in _list
все ляжет, так как условно 'qwerty' нельзя привести к типу int ascending: bool or list of bool, default True
Sort ascending vs. descending. Specify list for multiple sort orders. If this is a list of bools, must match the length of the by.
array1 = np.array([[0,0,0,0,0,0,0,0,0]])
array2 = np.array([[0,1,2,3,4,5,6,7,8]])
columns=['ODATE', 'TENOR', 'VDATE', 'R', 'RC', 'DE', 'I', 'DEB', 'D']
df = pd.DataFrame(np.append(array1, array2, axis=0), columns=columns)