@@ -95,17 +95,17 @@ def __init__(
95
95
96
96
Notes
97
97
-----
98
- (I) CSV files may include an optional single header line. If this
99
- header line is present and contains names for each data column, those
100
- names will be used to label the inputs and outputs unless specified
101
- otherwise by the `inputs` and `outputs` arguments.
98
+ (I) CSV files may include an optional single header line. If this
99
+ header line is present and contains names for each data column, those
100
+ names will be used to label the inputs and outputs unless specified
101
+ otherwise by the `inputs` and `outputs` arguments.
102
102
If the header is specified for only a few columns, it is ignored.
103
103
104
104
Commas in a header will be interpreted as a delimiter, which may cause
105
105
undesired input or output labeling. To avoid this, specify each input
106
106
and output name using the `inputs` and `outputs` arguments.
107
107
108
- (II) Fields in CSV files may be enclosed in double quotes. If fields
108
+ (II) Fields in CSV files may be enclosed in double quotes. If fields
109
109
are not quoted, double quotes should not appear inside them.
110
110
"""
111
111
if inputs is None :
@@ -192,17 +192,17 @@ def set_source(self, source):
192
192
193
193
Notes
194
194
-----
195
- (I) CSV files may include an optional single header line. If this
196
- header line is present and contains names for each data column, those
197
- names will be used to label the inputs and outputs unless specified
198
- otherwise. If the header is specified for only a few columns, it is
195
+ (I) CSV files may include an optional single header line. If this
196
+ header line is present and contains names for each data column, those
197
+ names will be used to label the inputs and outputs unless specified
198
+ otherwise. If the header is specified for only a few columns, it is
199
199
ignored.
200
200
201
201
Commas in a header will be interpreted as a delimiter, which may cause
202
202
undesired input or output labeling. To avoid this, specify each input
203
203
and output name using the `inputs` and `outputs` arguments.
204
204
205
- (II) Fields in CSV files may be enclosed in double quotes. If fields
205
+ (II) Fields in CSV files may be enclosed in double quotes. If fields
206
206
are not quoted, double quotes should not appear inside them.
207
207
208
208
Returns
0 commit comments