We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8053e commit de58686Copy full SHA for de58686
samples/regression.py
@@ -7,6 +7,8 @@
7
from datetime import datetime
8
import os
9
10
+#-- pip install scikit-learn
11
+
12
url ="https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-andamento-nazionale/dpc-covid19-ita-andamento-nazionale.csv"
13
df = pd.read_csv(url) # lettura
14
df.head()
0 commit comments