Skip to content

Commit

Permalink
Documentation for the last change
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Jul 8, 2024
1 parent 60881bb commit 4619680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dwca/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ def pd_read(self, relative_path, **kwargs):
.. note::
Default values of Darwin Core Archive are supported: A column will be added to the DataFrame if a term has
a default value in the Metafile (but no corresponding column in the CSV Data File).
a default value in the Metafile (but no corresponding column in the CSV Data File). This is unfortunately
not supported in case the value returned by `pandas.read_csv()` is a `TextFileReader` (e.g. when using
`chunksize` or `iterator=True`).
"""
datafile_descriptor = self.get_descriptor_for(relative_path) # type: DataFileDescriptor

Expand Down

0 comments on commit 4619680

Please sign in to comment.