We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f61f7a commit 53024ebCopy full SHA for 53024eb
docs/source/_static/notebooks/tertiary/pandas-lmm.html
docs/source/_static/zzz_GENERATED_NOTEBOOK_SOURCE/tertiary/pandas-lmm.py
@@ -18,7 +18,7 @@
18
# COMMAND ----------
19
20
# DBTITLE 1,Get the population annotation for samples in 1000genomes phase 3
21
-pop = pd.read_csv('ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/integrated_call_samples_v3.20200731.ALL.ped', sep='\t')
+pop = pd.read_csv('https://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/integrated_call_samples_v3.20200731.ALL.ped', sep='\t')
22
pop.head(5)
23
24
0 commit comments