Editing Dataframe package

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
== Introduction ==
== Introduction ==


This package permits to handle complex (both in the sense of complex numbers and high complexity) data as if they were ordinary arrays, except that each column MAY possess a different type. It also provides a fairly complete interface to CSV files, permitting to cope with a number of oddities, like e.g., CSV files starting with a header spread over a few lines. The resulting array tries as far as it can to mimic an array in such a way that binary operators and usual functions will work as expected.
This package permits to handle complex (both in the sense of complex numbers and high complexity) data as if they were ordinary arrays, except that each column MAY possess a different type. It also complete a fairly complete interface to CSV files, permitting to cope with a number of oddities, like f.i. CSV files starting with a header spread over a few lines. The resulting array tries as far as it can to mimick an array, in such a way that binary operators and usual functions will work as expected.


Meta-information is also handled. Rows and columns may have a name, and this name is searchable. If for whatever reason the ordering of a CSV file changes, searching by column names will return the expected information.
Meta-information is also handled. Rows and columns may have a name, and this name is searchable. If for whatever reason the ordering of a CSV file changes, searching by column names will return the expected information.
Line 32: Line 32:
   10 DataValue -4.2000 300000 1.0610e-11 6.5355e-13 1.4431e-07    B
   10 DataValue -4.2000 300000 1.0610e-11 6.5355e-13 1.4431e-07    B


Those data were produced while performing a voltage sweep on a sensor, measuring with an impedance bridge
Those data were produced while performing a voltage sweep on a sensor, measuring with a impedance bridge
the parallel capacitor and conductance at a given frequency.
the parallel capacitor and conductance at a given frequency.


The first lines contain few meta-information: name of the source file and a few comments found in the  
The first lines contains a few meta-information: name of the source file and a few comments found in the  
csv file. The purpose is to annotate the results.
csv file. The purpose is to annotate the results.


Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: