Skip to content
View nandhinianandj's full-sized avatar

Block or report nandhinianandj

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. data-science-utils data-science-utils Public

    Forked from greytip/data-science-utils

    Some wrappers around python modules for simplifying the data exploration process.

    Jupyter Notebook

  2. bad-data-guide bad-data-guide Public

    Forked from Quartz/bad-data-guide

    An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.

  3. devbox setup for my stuff devbox setup for my stuff
    1
    #! /bin/bash
    2
    
                  
    3
    set +x
    4
    set +o errtrace
    5
    set -e
  4. coreutils coreutils Public

    Forked from uutils/coreutils

    Cross-platform Rust rewrite of the GNU coreutils

    Rust

  5. Analytics module---proposal Analytics module---proposal
    1
    ## The Problem:
    2
        Top-down decision making and analytics
    3
    
                  
    4
    ## Why:
    5
       So what if it's top-down??
  6. Axelrod Axelrod Public

    Forked from Axelrod-Python/Axelrod

    A research tool for the Iterated Prisoner's Dilemma

    Python