Skip to content

Commit 8d48de7

Browse files
committed
Remove unintended README.md changes
1 parent c0512bf commit 8d48de7

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ package index (PyPI) and can be installed via `pip`, e.g.:
1010
```bash
1111
pip install malariagen-data
1212
```
13-
## Quick Start
14-
15-
Once installed, you can begin accessing MalariaGEN datasets directly
16-
from Python.
17-
18-
For example, to work with the Pf8 dataset:
19-
20-
```python
21-
import malariagen_data
22-
23-
# Instantiate dataset
24-
pf8 = malariagen_data.Pf8()
25-
26-
# Load sample metadata
27-
df = pf8.sample_metadata()
28-
print(df.head())
2913

3014
## Documentation
3115

0 commit comments

Comments
 (0)