D
D
dancer_and_programmer2020-06-15 13:13:17
Python
dancer_and_programmer, 2020-06-15 13:13:17

How to remove duplicate items in a list?

Good afternoon everyone. There is a list that is entered into a Google spreadsheet. But in the list, every tenth element is repeated, namely: Coronavirus in Russia, then the description, link, number of subscribers, date of the last publication are also repeated. 6 data from the list is added to the table. Then from 7 to 12, then from 13 to 18, and so on. Tell me how to remove identical channels from the list? For example, if elements from 1 to 6 match from 7 to 12, then delete from 7 to 12. If the name is repeated, delete all the next 5 elements and 1 previous (previous - column number, next 5 - data about this channel)

Here is the code for adding to the table every 6 elements (data about each channel is stored in 6 elements, column number, name, description, link, number of subscribers, date of the last publication. If the name is repeated in the list, then delete these 6 data.

count1 = 0
count2 = 6
for iop in range(20):
    insertRow = result[count1:count2]
    sheet.insert_row(insertRow, 2)
    count1 += 6
    count2 += 6

The list itself:
result = [20, 'Коронавирус в России: оперативная информация', 'Сообщения информационных агентств о коронавирусе в России.', 'https://yandex.ru/chat/#/chats/1%2F0%2Fd68d12f0-68e2-4c62-9337-4d733f1b10ac', '485044', '15.06.2020', 19, 'Fomag.ru', 'Про рубль, доллар, нефть, золото, сбережения, акции, облигации, брокеров, биржи, трейдеров, финансистов. Через нас можно обратиться в ЦБ, Минфин, узнать информацию от брокеров и управляющих компаний', 'https://yandex.ru/chat/#/chats/1%2F0%2F8ad0f225-6c1c-45c7-ae7b-e212f3982362', '4032', '15.06.2020', 18, '«Собака.ru»', 'Журнал о людях, культуре, моде, трендах в Петербурге', 'https://yandex.ru/chat/#/chats/1%2F0%2Fd06d1586-2721-4478-886f-96d7b0060c9b', '3071', '15.06.2020', 17, 'RT на русском', 'Новости телеканала RT на русском языке —https://russian.rt.com', 'https://yandex.ru/chat/#/chats/1%2F2%2F2f9b5d62-9cea-4f45-8612-c67b634c801e', '11533', '15.06.2020', 16, 'Наука AB-NEWS', 'Новости науки, техники и технологии со всего мира', 'https://yandex.ru/chat/#/chats/1%2F0%2F2569b8b5-95c4-4742-92ea-c30396bc55bb', '110', '15.06.2020', 15, 'Себестоимость', 'Узнай реальную цену всего самого интересного из того, что существует на нашей планете!Себестоимость IPhone 11 PRO MAX?Какая зарплата у Путина?Сколько стоит полет в космос?', 'https://yandex.ru/chat/#/chats/1%2F0%2F58288829-818b-4a31-b9a8-74b1139b6e96', '144', '15.06.2020', 14, 'Белоручка', 'Политика и юмор.Пишу книги -https://ridero.ru/books/beloruchka/', 'https://yandex.ru/chat/#/chats/1%2F0%2Fbdcf32d7-926e-4b34-9769-c85d52d87d77', '148', '15.06.2020', 13, 'АНИМЕ', 'Привет Семпай! Тут про аниме. Топы, Арты, Манга (короткое).', 'https://yandex.ru/chat/#/chats/1%2F0%2Ff5efdcb6-08de-4d9b-828e-8a1313c0fea9', '251', '15.06.2020', 12, 'Библиотека', 'Канал о литературе: для тех, кто вечно не знает что почитать.Наш канал в Telegramwww.tele.click/thebestlibraryНаш канал в Instagramwww.instagram.com/thebestlibrary', 'https://yandex.ru/chat/#/chats/1%2F0%2Fa9ed0885-c644-462f-b6d7-40b1454f27eb', '183', '15.06.2020', 11, 'Анекдоты', 'Самые смешные анекдоты собраны здесь.', 'https://yandex.ru/chat/#/chats/1%2F0%2F91486589-4370-4828-ad87-f752876cb86d', '439', '15.06.2020', 10, 'Коронавирус в России: оперативная информация', 'Сообщения информационных агентств о коронавирусе в России.', 'https://yandex.ru/chat/#/chats/1%2F0%2Fd68d12f0-68e2-4c62-9337-4d733f1b10ac', '485044', '15.06.2020', 9, 'Super.ru', 'Актуальные новости шоу-бизнеса', 'https://yandex.ru/chat/#/chats/1%2F0%2F023c4d5a-0646-4909-80df-99580051a235', '5558', '15.06.2020', 8, 'Чемпионат', 'Ведущий сайт Рунета о спорте.', 'https://yandex.ru/chat/#/chats/1%2F0%2F28d368e0-8f4e-405f-b80d-623bf2183404', '5503', '15.06.2020', 7, 'Редакция', 'Канал Ютьюб-проекта Алексея Пивоварова «Редакция». Подписывайтесь!Ютьюб-канал «Редакция»:https://www.youtube.com/c/РедакцияИнстаграм Пивоварова:https://www.instagram.com/pivo_varov/Сотрудничество:[email protected]', 'https://yandex.ru/chat/#/chats/1%2F0%2F025f5b03-f65d-48a5-8a1e-7bc86978a6d0', '2111', '14.06.2020', 6, 'Один день в истории', 'Чем запомнился сегодняшний день в истории', 'https://yandex.ru/chat/#/chats/1%2F0%2F79679054-938f-45e3-a092-5e5971b15e50', '310', '15.06.2020', 5, 'Халява, Сэр!', 'Бесплатные подписки на самые популярные сервисы!', 'https://yandex.ru/chat/#/chats/1%2F0%2F3e7200db-58d9-4b7d-b440-6f683a3c489c', '8706', '15.06.2020', 4, 'Самый богатый человек в Вавилоне.', 'Книги, статьи, цитаты и просто умные мысли.', 'https://yandex.ru/chat/#/chats/1%2F0%2F57bd7559-d1a9-40d5-9884-1579e421c858', '54', '15.06.2020', 3, 'Словарь | Испанский язык (Español)', 'Изучай испанский язык и расширяй свой словарный запас.', 'https://yandex.ru/chat/#/chats/1%2F0%2Fed72fe60-df92-4759-9afb-c0a6ec1c9460', '62', '14.06.2020', 2, 'Цитаты', 'Афоризмы, цитаты, поговорки все самое лучшее для вас. Мудрость народов!', 'https://yandex.ru/chat/#/chats/1%2F0%2F998b7dd1-151d-4d05-832f-575e1c9ef901', '176', '06.2020', 1, 'Природа | Путешествия', 'Открой для себя Мир!', 'https://yandex.ru/chat/#/chats/1%2F0%2Fa2c14e03-3f97-4def-8cb9-dd9ea768513b', '68', '06.2020']


5ee74976b18d6532091673.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question