RumbleDB / RumbleDB/bigdata-exercises

Change variable name from "$square" to "$double" or "$even" in exercise11

Open
#6 0 comments 1 reaction 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.