GithubHelp home page GithubHelp logo

mohit-awana / stat-bomb-methods Goto Github PK

View Code? Open in Web Editor NEW

This project forked from statsbomb/junior-engineer-test

0.0 0.0 0.0 388 KB

A basic Python technical test for prospective junior engineers

Python 100.00%

stat-bomb-methods's Introduction

Getting Started

Fork this repo by hitting the fork button in the top right corner of the repositorys main page. Then clone the forked version of the repo. After cloning the forked repo, checkout a branch and call it something sensible like your-name-tech-test.

Overview

In this repo there are 3 files, the technical test, associate unit tests and some sample data. Your task is to implement the functions in the file junior_tech_test.py such that the tests in junior_tech_test_tests.py pass when reading the file sample_data.csv

You can run the tests locally either through your IDE or via the command line. By running python3 -s junior_tech_test_tests.py you should get output detailing if the tests are successful. For example, if 8/9 tests are passing you should see something like

Ran 9 tests in 0.050s

FAILED (failures=1)

Requirements

Implement each test such that the associated test case passes. Please don't use the pandas library or similar as most of the functions become trivial when working with dataframes.

The tests should pass for any input, not just the ones provided in the test cases.

Think carefully about the style of your code and how you would write these in a professional environment.

When you are happy with your code, push your work up to your branch.

There is no time limit, but please don't spend too long on this test, this is just to provide us something to discuss in an interview and shouldn't be a stressful task!

stat-bomb-methods's People

Contributors

craneh avatar mohit-awana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.