We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91ba8a commit f05a436Copy full SHA for f05a436
doc/python/bio-alignment-chart.md
@@ -36,8 +36,9 @@ jupyter:
36
37
```python
38
import plotly.express as px
39
+import pandas as pd
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')
42
.set_index('0')
43
.loc[['consensus','conservation']]
44
.T)
0 commit comments