Coder Social home page Coder Social logo

iamsiddharthasharma / randomwalk-ds-assessment-level3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roh1tns/randomwalk-ds-assessment-level3

0.0 0.0 0.0 1.12 MB

Live Coding Assessment for Data Science Roles at Random Walk

License: MIT License

Jupyter Notebook 100.00%

randomwalk-ds-assessment-level3's Introduction

Random Walk DS Assessment Level 3

Live Coding Assessment for Data Science Roles at Random Walk

Instructions:

  1. Please ensure that you are taking the assessment alone in an empty room with good internet connectivity.

    Internet Speedtest Link: https://www.speedtest.net/

  2. Fork the github repo into your personal Github account and take a clone into your local system.

    Guide to Forking Github Repo: https://docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo

    Guide for cloning Github Repo: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository

  3. Intantiate a Jupyter Notebook instance in the local working directory and create a notebook which answers the following questions.

    Guide for installing Jupyter Notebook in Local system: https://test-jupyter.readthedocs.io/en/latest/install.html

  4. Save the notebook and push it into forked Github github repo.

    Guide to pushing code into Github Repo: https://docs.github.com/en/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github

  5. Share the repository link into the Google Form: https://forms.gle/xvvXnZdR8SQAGeQA9

Questions:

Provided are 3 CSV files books.csv, book_tags.csv and ratings.csv for the assessment.

Candidate must create a jupyter notebook which processes the data provided in the CSV files to solve the following questions within the time limit provided.

  1. How many books do not have an original title [books.csv]?

  2. How many unique books are present in the dataset ? Evaluate based on the 'book_id' after removing records containing null values for original_title column in [books.csv] and corresponding records in [book_tags.csv] and [ratings.csv]

  3. How many unique users are present in the dataset [ratings.csv] ?

  4. How many unique tags are there in the dataset [book_tags.csv] ?

  5. Which tag_id is the most frequently used ie. mapped with the highest number of books [book_tags.csv] ? (In case of more than one tag, mention the tag id with the least numerical value)’.

  6. Which book (title) has the most number of counts of tags given by the user [book_tags.csv,books.csv] .

  7. Plot a bar chart with top 20 unique tags in descending order of ‘user records’ (the number of users tagged the given tag_id with the goodreads_book_id) [book_tags.csv]

randomwalk-ds-assessment-level3's People

Contributors

lakshyarw avatar iamsiddharthasharma 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.