Load a CSV from a path, bytes, or file-like object. Raises :class:`DataError` on failure with a readable message. Never silently swallows decoding errors.
(
source: Union[str, bytes, IO[bytes]],
*,
source_name: Optional[str] = None,
nrows: Optional[int] = None,
)
source not stored for this graph (policy: none)