Skip to main content

Arg Max

Argmax is a data wrangling operation to find the index of the maximum value in a list of values.

src/arg_max.py
loading...

Run and test the arg_max program

1. Open "Nada by Example"

Open in Gitpod

2. Run the program with inputs from the test file

nada run arg_max_test_1

3. Test the program with inputs from the test file against the expected_outputs from the test file

nada test arg_max_test_1