Difference between revisions of "Data Frame"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Added Debian link)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
+
|Name=dataframe
|User level=
+
|Short description=Data manipulation toolbox similar to r data.frame
|Submitted by=Debian import
+
|Full description=In the [[GNU R|R]] language, a dataframe object is a way to group tabular data.  The functions in this package allow the manipulation of data in a similar way in Octave.  Dataframe objects in Octave can be created in a variety of ways (from other objects or from tabular data in a file) and then can be accessed either as matrix or by column name.
|Computer languages=
 
|Name=Data manipulation toolbox similar to r data.frame
 
|Submitted date=2013-03-20
 
|Short description=manipulate data in Octave similar to R data.frame
 
|VCS checkout command=
 
|Full description=In the R language, a dataframe object is a way to group tabular
 
data.  The functions in this package allow the manipulation of
 
data in a similar way in Octave.  Dataframe objects in Octave can
 
be created in a variety of ways (from other objects or from
 
tabular data in a file) and then can be accessed either as matrix
 
or by column name.
 
  
 
This Octave add-on package is part of the Octave-Forge project.
 
This Octave add-on package is part of the Octave-Forge project.
|Component programs=
 
 
|Homepage URL=http://octave.sourceforge.net/dataframe/
 
|Homepage URL=http://octave.sourceforge.net/dataframe/
 +
|Extension of=GNU Octave
 +
|Accepts cryptocurrency donations=No
 +
|Version identifier=0.9.1
 +
|Version date=2012/02/10
 +
|Version status=stable
 +
|Version download=http://downloads.sourceforge.net/octave/dataframe-0.9.1.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2018/03/07
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/octave-dataframe
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=© 2009-2012, Pascal Dupuis <Pascal.Dupuis@uclouvain.be>
 +
|License verified by=genium
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2009-2012, Pascal Dupuis <Pascal.Dupuis@uclouvain.be>
 
 
|License=GPLv2orlater
 
 
|License note=License: GPL-2+
 
|License note=License: GPL-2+
  
Line 52: Line 43:
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=© 2012 Rafael Laboissiere <rafael@laboissiere.net>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2012 Rafael Laboissiere <rafael@laboissiere.net>
 
 
|License=GPLv3orlater
 
 
|License note=License: GPL-3+
 
|License note=License: GPL-3+
  
Line 79: Line 69:
 
{{Person
 
{{Person
 
|Real name=The Octave Community
 
|Real name=The Octave Community
|Resource URL=
 
 
|Role=contact
 
|Role=contact
 
|Email=octave-dev@lists.sf.net
 
|Email=octave-dev@lists.sf.net
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/octave-dataframe
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 
|Resource URL=http://octave.sourceforge.net/dataframe/
 
|Resource URL=http://octave.sourceforge.net/dataframe/
|Resource kind=Download
+
}}
 +
{{Software category
 +
|Mathematics=statistics
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=GNU Octave (>= 3.2.0)
 +
}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/octave-dataframe
 
}}
 
}}

Latest revision as of 04:16, 7 March 2018


[edit]

dataframe

http://octave.sourceforge.net/dataframe/
Data manipulation toolbox similar to r data.frame

In the R language, a dataframe object is a way to group tabular data. The functions in this package allow the manipulation of data in a similar way in Octave. Dataframe objects in Octave can be created in a variety of ways (from other objects or from tabular data in a file) and then can be accessed either as matrix or by column name.

This Octave add-on package is part of the Octave-Forge project.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian

Verified on

20 March 2013

Notes

License: GPL-3+

GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

On Debian systems, the complete text of the GNU General Public License, version 3, can be found in the file `/usr/share/common-

licenses/GPL-3'.

Verified by

genium

Verified on

20 March 2013

Notes

License: GPL-2+

GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

On Debian systems, the complete text of the GNU General Public License, version 2, can be found in the file `/usr/share/common-

licenses/GPL-2'.




Leaders and contributors

Contact(s)Role
The Octave Community contact


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/octave-dataframe
Downloadhttp://octave.sourceforge.net/dataframe/


Software prerequisites

KindDescription
Required to buildGNU Octave (>= 3.2.0)




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/octave-dataframe

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.