df.loc[row_or_index, column_name] = value
df.at[7, 'Product_Name'] = 'Test Product' df
df.loc[row, column] = val