Onboarding tasks:
- Task 1: Implement
fibonacci_term()
infibonacci.py
- All tests in
test_fibonacci.py
should pass, runpytest
command to check
- All tests in
- Task 2: Implement
find_min_index()
andreverse_str_arr()
- Write tests that cover the logic that you wrote in
test_array.py
- Write tests that cover the logic that you wrote in
- Task 3: Process and visualize sample data in
matplot.py
- Read data in CSV using
pandas
orcsv
, handle the missing values, plot usingmatplotlib
- Include a screenshot of your graph in the PR
- Read data in CSV using
Some extra items:
- Completed strategy welcome survey
- Added
@e-wai
as a reviewer (top of right column in the "Open a pull request" page)