Update Journal.bord-markdown.md

parent c809f082
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
5. Paradoxe de sympson 5. Paradoxe de sympson
-on n'importe les librairie nécessaire ``` %matplotlib inline -on n'importe les librairie nécessaire
```%matplotlib inline
import pandas as pd import pandas as pd
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import numpy as np''' import numpy as np'''
...@@ -47,7 +48,7 @@ for j in range(0,1314): ...@@ -47,7 +48,7 @@ for j in range(0,1314):
if 'Yes' in data.values[j,0]: if 'Yes' in data.values[j,0]:
m=m+1 m=m+1
if 'Dead' in data.values[j,1]: if 'Dead' in data.values[j,1]:
c=c+1 ''' c=c+1'''
''' '''
f=0 f=0
n=0 n=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment