Commit Graph

88 Commits

Author SHA1 Message Date
Ben Fry
6f2297681c add StringDict constructor, another double quote case 2017-01-30 18:50:16 -05:00
REAS
30ea717b7b Remove CATEGORY as a parameter for Table.addColumn() pointed out in processing/processing-docs#501 2016-11-22 20:03:35 -08:00
REAS
1808568f15 Add reference info for sort() method for Table class 2016-11-10 21:55:37 -08:00
Ben Fry
1da78654e3 add notes about getRowMap() 2016-10-29 10:38:04 -04:00
Ben Fry
7a80b16237 testing out a lookup function 2016-08-27 11:01:16 -04:00
Ben Fry
acafc7464a that ain't supposed to be in there 2016-07-31 20:05:56 -04:00
Ben Fry
b65249d532 minor edits pulled in from ftsv project 2016-07-31 16:42:52 -04:00
Ben Fry
db2bcb4f44 rewrite csv handling, fix parsing bugs, remove newlines option, improve performance 2016-07-25 21:52:08 -04:00
Ben Fry
b4e85cbbd3 implement support for encoding= option in loadTable() 2016-05-12 07:41:44 -04:00
George Bateman
5767b086f6 Fix most Javadoc errors, except syntax 2016-05-10 19:13:20 +01:00
Ben Fry
171195426d add print() and write() to Table and TableRow (fixes #4396) 2016-05-08 14:31:29 -04:00
Ben Fry
00fbc65f6f fix up HTML export handling 2015-03-07 22:49:50 -05:00
Ben Fry
fdf24efc4b let's get pedantic with this HTML export, shall we? 2015-03-07 09:09:06 -05:00
Ben Fry
6d6e8a291d table debugging for iterator constructor and HTML export 2015-03-07 08:54:07 -05:00
Ben Fry
0cbe2fce94 Merge pull request #2865 from federicobond/misc-fixes
Miscellaneous fixes
2014-11-14 14:48:57 -07:00
Ben Fry
091d095b61 support "header" option with ODS files 2014-10-31 11:05:26 -04:00
Ben Fry
017d32fb22 new addRows(Table) method 2014-10-30 18:29:47 -04:00
Ben Fry
40788807ee y'all should handle nulls too 2014-10-30 16:57:44 -04:00
Ben Fry
5048bba606 add (simple) ODS writer to Table 2014-10-29 18:47:07 -04:00
Federico Bond
73f46c2d5b Add missing static modifier to inner classes 2014-10-28 14:30:09 -03:00
Ben Fry
f27da8509b fix replace() with nulls 2014-10-28 11:52:35 -04:00
Ben Fry
897656c9b9 ignore case on types, add category to javadoc 2014-10-22 18:56:43 -04:00
Federico Bond
768c72e4e8 Replace instances of StringBuffer with StringBuilder 2014-09-13 20:12:23 -03:00
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