Skip to content
View clarkti5's full-sized avatar

Block or report clarkti5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lichess-puzzle-journey lichess-puzzle-journey Public

    My journey to achieving a 2,500 puzzle rating on Lichess.org and some general exploration of the Lichess puzzle database.

    Jupyter Notebook 1

  2. IBM-Applied-Data-Science-Capstone IBM-Applied-Data-Science-Capstone Public

    Pedicting the success of SpaceX Falcon 9 launches from prior launch data.

    Jupyter Notebook

  3. Create a Google Sheets Query to sear... Create a Google Sheets Query to search for elective courses in student transcripts.
    1
    # Elective search function for Google Sheets
    2
    
                  
    3
    The function `ELEC_SEARCH` below can be defined as a named function in Google Sheets to search a student's
    4
    transcript and return elective courses completed from a list of possible elective options. The
    5
    function takes as input `course_string`, a comma-separated string of elective course options, and `limit`, the number of courses to search for.