How to make a grouped bar chart
问题 I have this dataframe and want to plot it as a grouped bar chart. I checked this question (Grouped Bar graph Pandas), It has a group with its value, not columns. How can I have a grouped bar chart with column? num_thread num_iter time category ORIGINAL 1 100000000 1360.0577 ORIGINAL 1 200000000 2731.8207 ORIGINAL 1 400000000 5440.8003 OMP 2 100000000 692.5336 OMP 2 200000000 1398.5305 OMP 2 400000000 2765.7757 OMP 4 100000000 362.1932 OMP 4 200000000 724.6331 OMP 4 400000000 1447.0628 OMP 8