Skip to content

Commit 53024eb

Browse files
fix pandas lmm notebook link (#430)
Signed-off-by: William Brandler <William.Brandler@databricks.com>
1 parent 3f61f7a commit 53024eb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/source/_static/notebooks/tertiary/pandas-lmm.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/source/_static/zzz_GENERATED_NOTEBOOK_SOURCE/tertiary/pandas-lmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# COMMAND ----------
1919

2020
# 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')
21+
pop = pd.read_csv('https://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/integrated_call_samples_v3.20200731.ALL.ped', sep='\t')
2222
pop.head(5)
2323

2424
# COMMAND ----------

0 commit comments

Comments
 (0)