Update tutorial data
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 871
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 5
Description
Hi! Thank you for your awesome work.
This is a simple issue to warn that the GitHub path for the penguin dataset imported in the [tutorial](https://umap-learn.readthedocs.io/en/latest/basic_usage.html) has been updated. As so, the fragment
```
penguins = pd.read_csv("https://raw.githubusercontent.com/allisonhorst/penguins/master/data/penguins_size.csv")
penguins.head()
```
should be updated to
```
penguins = pd.read_csv("https://raw.githubusercontent.com/allisonhorst/penguins/master/data-raw/penguins_size.csv")
penguins.head()
```
(a minimal change).
Best!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the basic_usage tutorial linked in the issue and find the penguins pandas.read_csv example. Update the GitHub dataset path from data/penguins_size.csv to data-raw/penguins_size.csv, then check that the tutorial code still shows the intended dataset-loading example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100