GithubHelp home page GithubHelp logo

arrow's Introduction

DataFrame.pm

Description

This Perl module provides a degenerated variant of a data frame in R. The names of methods follow mostly ones in R. Only very basic functions are currently implemented.

  • Please read pod-DataFrame.md at first. You can also browse it by perldoc:

      $ perldoc Arrow/DataFrame.pm
    

    Or http://stdiff.net/?pod-DataFrame.

  • You can get an overview by executing the perl script test-DataFrame.pl. This script downloads a well-known Auto.csv and shows how to use DataFrame.pm.

  • Several methods are not explained in the documentation. Please avoid using such a method, because it will substantially be changed.

  • At your own risk.

  • Your feedback is always welcome.

How to use

1. Create Arrow directory and put DataFrame.pm into it.

.
├── Arrow
│   └── DataFrame.pm
└── YOUR_PERL_SCRIPT.pl

2. Add the following line to your script.

use Arrow::DataFrame;

Machine Learning with DataFrame.pm

ChangeLog

  • 2016/05/22 : Arrow::Optimizer, Arrow::PreProcessing, Arrow::LogisticRegression are added.
  • 2016/05/22 : Arrow::LabelEncoder is deleted. (This is integrated in Arrow::PreProcessing)
  • 2016/02/12 : Arrow::LabelEncoder and Arrow::LinearRegression are added
  • 2016/02/11 : Arrow::GroupBy is added
  • 2016/02/10 : the default value of width is set to 8
  • 2016/02/10 : dcast() and melt() are added
  • 2015/12/29 : select() preserves the given order
  • 2015/12/17 : the first commit.

arrow's People

Contributors

stdiff avatar

Stargazers

Hao Wu avatar Ruben avatar

Watchers

Hao Wu 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.