{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/plain": [ "(481,31)" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "using DataFrames\n", "\n", "# load the table\n", "df = readtable(joinpath(Pkg.dir(\"Plots\"), \"examples\", \"meetup\", \"nba_2013.csv\"))\n", "size(df)" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "
| player | pos | age | bref_team_id | g | gs | mp | fg | fga | fg_ | x3p | x3pa | x3p_ | x2p | x2pa | x2p_ | efg_ | ft | fta | ft_ | orb | drb | trb | ast | stl | blk | tov | pf | pts | season | season_end | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Quincy Acy | SF | 23 | TOT | 63 | 0 | 847 | 66 | 141 | 0.468 | 4 | 15 | 0.266666666666667 | 62 | 126 | 0.492063492063492 | 0.482 | 35 | 53 | 0.66 | 72 | 144 | 216 | 28 | 23 | 26 | 30 | 122 | 171 | 2013-2014 | 2013 |