Skip to content

Add term entry for NumPy .where() built-in function #6674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jlima-geol
Copy link

Description

This PR adds a new term entry for the NumPy .where() built-in function, as requested in issue #6648.

The Markdown file follows the Codecademy Docs term entry template and includes:

  • An introduction to the .where() function
  • Syntax section
  • Example section demonstrating basic use
  • Codebyte Example for interactive testing

All formatting and style guidelines were followed using the recommended tooling (yarn format:verify and yarn format:all).

Issue Solved

Closes issue #6648

Type of Change

This PR adds a new term entry for the NumPy .where() built-in function, as requested in issue #6648.

The entry includes:

  • Introduction
  • Syntax
  • Example
  • Codebyte Example

Content follows the term entry template and Codecademy Docs style guidelines.

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented May 2, 2025

CLA assistant check
All committers have signed the CLA.

@mamtawardhani mamtawardhani self-assigned this May 3, 2025
@mamtawardhani mamtawardhani added new entry New entry or entries numpy NumPy entries status: under review Issue or PR is currently being reviewed labels May 3, 2025
Copy link
Collaborator

@mamtawardhani mamtawardhani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for a second round of review! 🚀

@mamtawardhani mamtawardhani linked an issue May 5, 2025 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Term Entry] Python - NumPy built-in functions: .where()
3 participants