Ticket #33 (new enhancement)

Opened 2 years ago

Data Analysis classes for ReInteract

Reported by: jonkuhn Assigned to: jonkuhn
Priority: moderate Keywords:
Cc:

Description

Attached are two data analysis related classes that I wrote for analyzing data within Reinteract. Both should be placed in the lib directory.

The DataSet? class supplies some basic data analysis functions. It allows you to load a CSV file, pull out rows and columns, pivot the data, filter the data, and add columns that are populated with data by running a function on the other data in the row.

The retable.py contains a CustomResult? derived class called TableResult? that allows DataSet? objects to be printed in nice GTK TreeView? tables. To do this you just pass any DataSet? instance to the table() function defined in retable.py.

Attachments

dataset.py (17.8 kB) - added by jonkuhn on 07/08/08 14:23:17.
Updated 07/08/2008
retable.py (4.8 kB) - added by jonkuhn on 07/08/08 14:23:42.
Updated 07/08/2008
replot.py (14.6 kB) - added by jonkuhn on 07/08/08 14:24:07.
Updated 07/08/2008

Change History

07/08/08 14:23:17 changed by jonkuhn

  • attachment dataset.py added.

Updated 07/08/2008

07/08/08 14:23:42 changed by jonkuhn

  • attachment retable.py added.

Updated 07/08/2008

07/08/08 14:24:07 changed by jonkuhn

  • attachment replot.py added.

Updated 07/08/2008