Dec-03-2020, 09:53 PM
I am not sure what I am doing wrong but I just need help with the first one to get the assignment going. I have look through my old assignments and am not sure how to do the code she is asking for. I am posting beginning of the assignment here.
df = pd.read_csv("boston.csv") df.head(5) print('df shape=',df.shape) data = df.iloc[1:26,:] data.head() print('data shape=',data.shape) data.head(5)Question #1 #1) Create line chart of the field RM. The graph should have dashed lines, color red, linewidth= 4. Note... I can do the lines, color and width. I just for some reason cannot figure out what to use to get the linechart with the field RM