RumbleDB / RumbleDB/bigdata-exercises
Change variable name from "$square" to "$double" or "$even" in exercise11
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 184
- Forks
- 396
- PR merge metrics
- No merged PRs in 30d
Description
Minor correction in the exercise 11 notebook: I think the intended variable name for the variable $square is $double since we are doubling each value in the sequence rather than squaring it :).
%%rumble
let $sequence := 1 to 10
for $value in $sequence
let $square := $value * 2 // doubling operation
where $square < 10
return $square
Contributor guide
No contributing guide indexed for this repository
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
Locate the exercise 11 notebook and find the shown %%rumble snippet. Rename the variable consistently with the doubling operation, then verify the exercise still filters and returns the expected values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- content
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100