Trying to query the DataFrame for only the rows under the 'Products' column that contain the string 'Microsoft'. The string 'Microsoft' appears as a standalone cell value as well as a comma-separated value in certain cells.
Query function worked before but now it's giving TypeError:
df = df.query("Products.str.contains('Eloqua', case=False)")