@@ -35,7 +35,7 @@ data = requests.get(URL).json()
3535marathon_df = pd.DataFrame(data[' rows' ])
3636```
3737<figure ><center >
38- <img width =" 800 " src =" images/post/cmu_marathon/marathon_df.png " data-action =" zoom " />
38+ <img width =" 800 " src =" / images/post/cmu_marathon/marathon_df.png" data-action =" zoom " />
3939
4040 <figcaption >
4141 <a title="Inline Code 1">
@@ -61,7 +61,7 @@ def clean_string(s):
6161marathon_df[' courseList' ] = marathon_df.courseList.map(lambda x : clean_string(x))
6262```
6363<figure ><center >
64- <img width =" 800 " src =" images/post/cmu_marathon/cleand1_marathon_df.png " data-action =" zoom " />
64+ <img width =" 800 " src =" / images/post/cmu_marathon/cleand1_marathon_df.png" data-action =" zoom " />
6565
6666 <figcaption >
6767 <a title="Inline Code 1">
@@ -104,7 +104,7 @@ g.set_xlabels(label='', fontsize=15)
104104g.despine(left = True )
105105```
106106<figure ><center >
107- <img width =" 800 " src =" images/post/cmu_marathon/program_by_gender.png " data-action =" zoom " />
107+ <img width =" 800 " src =" / images/post/cmu_marathon/program_by_gender.png" data-action =" zoom " />
108108
109109 <figcaption >
110110 <a title="Inline Code 1">
@@ -143,7 +143,7 @@ ratio_df[['x', 'y', 'courseList']].apply(lambda x: ax.text(*x),axis=1);
143143plt.axhline(y = 1 , linewidth = 1 , color = ' grey' )
144144```
145145<figure ><center >
146- <img width =" 800 " src =" images/post/cmu_marathon/ratio_program.png " data-action =" zoom " />
146+ <img width =" 800 " src =" / images/post/cmu_marathon/ratio_program.png" data-action =" zoom " />
147147
148148 <figcaption >
149149 <a title="Inline Code 1">
@@ -174,7 +174,7 @@ g.set_xlabels(label='', fontsize=15)
174174g.despine(left = True )
175175```
176176<figure ><center >
177- <img width =" 800 " src =" images/post/cmu_marathon/shirt_size.png " data-action =" zoom " />
177+ <img width =" 800 " src =" / images/post/cmu_marathon/shirt_size.png" data-action =" zoom " />
178178
179179 <figcaption >
180180 <a title="Inline Code 1">
0 commit comments