import numpy as np
import pandas as pd
import os, sys
import matplotlib.pylab as plt
import matplotlib
colors = ["#f50c0c","#ff890a", "#fcba03", "#52e010", "#1fcfae", "#1028de", "#cb07ed", "#d60439"]
fps = 17
height = 3400
width = 3400
total_duration_frames = 31 * 60 * fps
group_data = pd.read_csv (https://github.com/conda-suman07/Learn_Python/blob/c1331231b410fc32dca7364747ef90dac7aea060/ComplexLearning_MastersThesis_GroupPerformance.csv)
group_data.head()
Then I am not getting how to make a summary across groups which means which treatment group has more success (means how many IN=1) rate than other treatment groups and make a graph out of all 4 groups. Could someone help me with the coding, please? I am new to python. Thank you so much