Coder Social home page Coder Social logo

vast's Introduction

Binder

Ocearch Shark data analysis

The Ocearch site compiles information about Shark locations by tagging individual sharks with trackers that 'ping' with their location. There are hundreds of sharks tracked, and tens of thousands of locational pings in total.

This Binder-enabled Github repo offers three levels of challenges to analyze the Shark data.

Easy Challenge

The easy challenge offers you already-cleaned data and asks five questions that can be answered with basic Pandas methods.

Easy questions:

  1. How many total pings are in the Ocearch data?
  2. How many unique species of sharks are in the data set?
  3. What is the name, weight, and species of the heaviest shark?
  4. When and where was the very first ping?
  5. Excluding results with 0 distance traveled: what's the minimum, average, and maximum travel distances?

Intermediate Challenge

The intermediate challenge forces you to do some data cleaning before being able to answer the Easy Challenge questions, and asks five more questions that require more complex Pandas methods, in particular using groupby.

Intermediate questions:

  1. Which shark had the most pings?
  2. Which shark has been pinging the longest, and how long has that been?
  3. Which shark species has the most individual sharks tagged?
  4. What is the average length and weight of each shark species?
  5. Which shark has the biggest geographic box (largest distance from min lat/lon to max lat/lon, not dist_traveled)?

Hard Challenge

The hard challenge asks you to pull and parse data from the Ocearch api directly before answering the Easy, Intermediate, and Hard questions. The Hard questions will be added in a future date.

vast's People

Contributors

kafonek avatar

Watchers

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