Last change
on this file since 6883 was
6553,
checked in by rwilson, 16 years ago
|
Merged trunk into numpy, all tests and validations work.
|
File size:
402 bytes
|
Rev | Line | |
---|
[6553] | 1 | The function defined here allows programmatic addition of a CSV |
---|
| 2 | header line to an existing CSV file (without header). There |
---|
| 3 | is a check that the header line to be added has the same number |
---|
| 4 | of fields as the existing CSV file. |
---|
| 5 | |
---|
| 6 | There is a 'be_green' parameter designed to change the copy algorithm |
---|
| 7 | so that less memory is used, but the function will be slower. |
---|
| 8 | This option is not yet implemented. |
---|
Note: See
TracBrowser
for help on using the repository browser.