Commit Graph

65 Commits

Author SHA1 Message Date
Jason Sigal
b89dbc46d0 fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
2014-08-10 22:13:00 -04:00
Ben Fry
a0bc02db16 return null on getString() for NaN values 2014-07-30 09:38:19 -04:00
Ben Fry
cf4e7a7c46 add copy() method to Table 2014-07-30 09:15:02 -04:00
Ben Fry
8873944ef9 add setRow() and fixes for Table(Iterable) performance 2014-07-22 17:30:35 -04:00
Ben Fry
5cf458e539 actually fix the category bug, and remove debug lines. ahem. 2014-07-22 16:21:00 -04:00
Ben Fry
c3f0e62b1c table bug fixes and additions 2014-07-22 16:03:28 -04:00
Ben Fry
7a6018b8e2 table fixes and notes 2014-07-10 14:18:40 -04:00
codeanticode
e3ccd69ce6 missing categories are correctly saved in binary 2014-04-25 22:53:50 -04:00
Ben Fry
400fda8bb0 fix for categorical missing values 2014-04-16 15:40:33 -04:00
Ben Fry
b92df88eca fix random insertRow() issue 2013-10-20 10:09:30 -04:00
Ben Fry
575d7ab313 minor Table bug fixes, add static version of JSON load for File 2013-08-24 12:14:33 -04:00
Ben Fry
41d403889c fix options parsing to handle spaces in the names 2013-08-21 12:28:02 -04:00
Ben Fry
fa07dc1dbc add constructor for Table to deal with iterator (#1956) 2013-08-13 22:21:19 -04:00
Ben Fry
55b7719367 adding dictionary option for table loading 2013-08-13 21:51:35 -04:00
Ben Fry
d28ecd79ee fix up getPercentages() -> getPercent()... also add sort() to Table 2013-08-02 09:40:20 -04:00
Ben Fry
6306bc4818 report row where table goes bad while parsing 2013-06-14 16:40:10 -04:00
REAS
a636728bb5 Removing advanced constructors from new Data reference 2013-06-03 10:00:04 -07:00
Ben Fry
3205f22801 fix for binary table problem, addl release notes 2013-06-03 10:43:50 -04:00
Scott Murray
33eeee5685 Finished added all related reference links for Table methods 2013-06-02 10:06:33 -07:00
Scott Murray
bedaac427b Changed param name for Table.matchRows() to sync with Table.matchRow() 2013-05-30 16:35:00 -07:00
Scott Murray
8ff9f1f716 Added reference examples for Table findRows() and matchRows(), clarifications 2013-05-30 15:40:25 -07:00
Ben Fry
a6c90fac4b fix for Iterable vs Iterator for Table 2013-05-30 15:43:23 -04:00
Scott Murray
7b60e43550 Adding a couple related reference links for Table methods 2013-05-25 21:14:42 -07:00
Scott Murray
951978f549 Added reference for Table methods getRowCount(), getColumnCount(), getStringColumn(), trim(), removeTokens() 2013-05-25 21:02:21 -07:00
Scott Murray
2a3999eb49 Added reference for Table getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-25 17:24:16 -07:00
Scott Murray
229869829e Added reference for Table rows(), findRow(), findRows(), matchRow(), matchRows() 2013-05-25 16:05:26 -07:00
Scott Murray
ba10293273 Added Table reference for removeColumn(), removeRow(), getRow(), and clearRows() 2013-05-23 16:42:05 -07:00
Scott Murray
b91258399f Updated PVector mult() and div() reference 2013-05-23 14:46:23 -07:00
Scott Murray
06d0812fc0 Added reference for Table addColumn() and removeColumn() 2013-05-22 17:57:52 -07:00
REAS
eb326b7125 Modifications to Data classes for Reference entries 2013-05-18 22:01:26 -07:00
Ben Fry
f8d25375cc bug fixing on Dict and List classes, add Iterable constructor 2013-05-01 14:54:54 -04:00
Ben Fry
9a6b1dcdb6 add clearRows() 2013-04-30 19:23:51 -04:00
Ben Fry
625ce847e4 fix for bin extension not being set in Table 2013-04-30 18:57:23 -04:00
Ben Fry
058c19c958 add ODS table parsing, also cleanup load/save for Table 2013-04-29 12:29:09 -04:00
Ben Fry
59b9cd573a fixing sort() methods so they are actually, you know, accurate... also ironing out Table bits 2013-04-29 09:45:30 -04:00
Ben Fry
b56459d14f API cleanups, fix #1660 and #1680 for JSON, plus #1734 for Table 2013-04-28 20:43:49 -04:00
Ben Fry
7ac6a0bd79 more massaging, also tweak Table accessors for types 2013-04-28 14:55:12 -04:00
Ben Fry
c7702c9b61 more API cleanups for consistency 2013-04-28 14:17:29 -04:00
Ben Fry
75b5bc9489 cleaning up FloatHash, getting to work on the others, fix iterator in Table 2013-04-28 10:40:59 -04:00
Scott Murray
b174035021 Added addColum() to reference… hopefully 2013-03-13 14:21:54 -07:00
Scott Murray
cb31ff51ae Added related links to Table 2013-03-13 13:37:32 -07:00
Ben Fry
3ee0222ef1 improve load/save of .gz files with Table, clear up some .bin issues 2013-02-24 14:03:21 -05:00
Ben Fry
45b3a6de81 write release notes, update todo lists 2013-02-23 12:04:08 -05:00
Ben Fry
9ae93ce649 table fixes and additions 2013-02-15 11:07:58 -05:00
Ben Fry
1995a0dba9 add listUnique() and countUnique() 2013-02-11 12:15:50 -05:00
Ben Fry
40a4f59aac fix removeColumn() 2013-02-06 20:22:37 -05:00
benfry
deb1785b76 support for reading/writing binary tables 2013-01-08 16:05:02 +00:00
benfry
7792e36fde fix categorical data bug 2012-12-19 22:34:47 +00:00
benfry
7944e2a6f1 copying Table and XML updates to Android 2012-12-16 20:57:17 +00:00
benfry
c31c40000e work on wrapping up XML changes 2012-12-16 19:31:09 +00:00