File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,10 @@ def data_kind(
209
209
- ``"image"``: a 3-D :class:`xarray.DataArray` object
210
210
- ``"stringio"``: a :class:`io.StringIO` object
211
211
- ``"matrix"``: a 2-D :class:`numpy.ndarray` object
212
- - ``"vectors"``: fallback to ``"vectors"`` for any unrecognized data. Common data
213
- types include, a :class:`pandas.DataFrame` object, a dictionary with array-like
214
- values, a 1-D/3-D :class:`numpy.ndarray` object, or array-like objects.
212
+ - ``"vectors"``: ``data`` is ``None`` and ``required=True``, or any unrecognized
213
+ data. Common data types include, a :class:`pandas.DataFrame` object, a dictionary
214
+ with array-like values, a 1-D/3-D :class:`numpy.ndarray` object, or array-like
215
+ objects.
215
216
216
217
Parameters
217
218
----------
You can’t perform that action at this time.
0 commit comments