lmcinnes / lmcinnes/umap

Update tutorial data

Open
#456 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.