{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "\n", "Install the spreadsheet gem version ~>1.1.1 for using spreadsheet functions.\n", "\n", "Install the mechanize gem version ~>2.7.5 for using mechanize functions.\n" ] }, { "data": { "text/plain": [ "true" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "require 'datatables'\n", "require 'daru'" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ " Daru::DataFrame(5x3) \n", "
\n", " \n", " | a | \n", " \n", "b | \n", " \n", "c | \n", " \n", "
---|---|---|---|
one | \n", " \n", "1 | \n", " \n", "11 | \n", " \n", "11 | \n", " \n", "
two | \n", " \n", "2 | \n", " \n", "12 | \n", " \n", "22 | \n", " \n", "
three | \n", " \n", "3 | \n", " \n", "13 | \n", " \n", "33 | \n", " \n", "
four | \n", " \n", "4 | \n", " \n", "14 | \n", " \n", "44 | \n", " \n", "
five | \n", " \n", "5 | \n", " \n", "15 | \n", " \n", "55 | \n", " \n", "