Skip to content

Commit f05a436

Browse files
Apply suggestions from code review
Co-authored-by: HammadTheOne <[email protected]>
1 parent e91ba8a commit f05a436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/python/bio-alignment-chart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jupyter:
3636

3737
```python
3838
import plotly.express as px
39+
import pandas as pd
3940

40-
df = (pd.read_csv('https://raw.githubusercontent.com/plotly/dash-bio-docs-files/master/gene_conservation.csv')
41+
df = (pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/Dash_Bio/Genetic/gene_conservation.csv')
4142
.set_index('0')
4243
.loc[['consensus','conservation']]
4344
.T)

0 commit comments

Comments
 (0)