How can I update multiple columns using where in a single statement?

I want to combine two statements into one:

inspections_df["Model"] = inspections_df["Model"].mask(
    inspections_df['Boiler Model'].str.contains(
        product['search for'], na=False, case=False), product['name'])

inspections_df["Manufacturer"] = inspections_df["Manufacturer"].mask(
    inspections_df['Boiler Model'].str.contains(
        product['search for'], na=False, case=False), manufacturer['manufacturer name'])

They update values in columns Model and Manufacturer to constant values stored as product['name'] and manufacturer['manufacturer name'], where column Boiler Model matches a regular expression stored in product['search for']. How can I write this as a single statement and why doesn’t mine below work?

inspections_df["Model", "Manufacturer"] = inspections_df["Model", "Manufacturer"].mask(
    inspections_df['Boiler Model'].str.contains(
        product['search for'], na=False, case=False), 
, manufacturer['manufacturer name']])

My attempt resulted in:

KeyError: (‘Model’, ‘Manufacturer’)

referencing inspections_df["Model", "Manufacturer"] immediately following the =.

1

The error KeyError: (‘Model’, ‘Manufacturer’) is a direct result of pandas DataFrame not support multiple columns indexing in the manner of df["col1", "col2"]. Instead, you should use df[["col1", "col2"]].

But even after correcting the column indexing, you’ll face another issue. The method mask cannot be used directly to update multiple columns. Instead, you have to break the process down into two steps, but you can still get it done in one line of code, using the help of numpy.where(). Here is how you do it:

import numpy as np

mask = inspections_df['Boiler Model'].str.contains(product['search for'], na=False, case=False)

inspections_df["Model"], inspections_df["Manufacturer"] = np.where(mask, (product['name'], manufacturer['manufacturer name']), (inspections_df["Model"], inspections_df["Manufacturer"]))

Please note that this line of code only works when the size of inspections_df["Model"] and inspections_df["Manufacturer"] are the same.

This line of code is using the mask to find where the condition applied to the [‘Boiler Model’] column is true, and where it is true, it replaces the values of [“Model”] and [“Manufacturer”] with new values product['name'] and manufacturer['manufacturer name'] respectively, and where it’s false, it keeps the old values.

New contributor

user27422100 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật