|
df.loc[unsafe_rows.index, 'video_id'] = 20463342
|
|
df.loc[unsafe_rows.index, 'video_id'] = 20463342
|
|
unsafe_video_condition = ','.join([str(x) for x in UNSAFE_VIDEO_IDS])
|
|
unsafe_video_condition = ','.join([str(x) for x in UNSAFE_VIDEO_IDS])
|
|
- id_str = '20463342,12794884,13788955,13586800,4780859,33332362,19175397,4555247,14403867,12117356,14050873,14142458,17638023,14945734,13680796,13042177,10587660,14552795,12418493,12700411,13671819,13825547,12166346,13587868,19096953,14095344,13817005,1275943,13437896,12492103'
|
|
|