Re: Update a specific element in all a list of N lists

2021-12-19 Thread Friedrich Rentsch
On 12/16/21 3:00 PM, hanan lamaazi wrote: Dear All, I really need your assistance, I have a dataset with 1005000 rows and 25 columns, The main column that I repeatedly use are Time, ID, and Reputation First I sliced the data based on the time, and I append the sliced data in a list called "

Update a specific element in all a list of N lists

2021-12-16 Thread hanan lamaazi
Dear All, I really need your assistance, I have a dataset with 1005000 rows and 25 columns, The main column that I repeatedly use are Time, ID, and Reputation First I sliced the data based on the time, and I append the sliced data in a list called "df_list". So I get 201 lists with 25 columns