Reading csv, tsv, and xlsx files with Python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Why isn't this channel have more than million subscribers?

Adks
Автор

With below code I am able to create dataframe
VAT = comm[comm['Particulars'].str.contains("comm|Britain", case=False)==True]
VAT

But I want to create column
below code does not work
comm['VAT'] = comm[comm['Particulars'].str.contains("comm|Britain", case=False)==True]
comm

Can you provide proper code ?

juzarpara