DataSource.
open
Open and return file-like object.
Ifpath is an URL, it will be downloaded, stored in theDataSource directory and opened from there.
path
DataSource
Local file path or URL to open.
Mode to openpath. Mode ‘r’ for reading, ‘w’ for writing,‘a’ to append. Available modes depend on the type of objectspecified bypath. Default is ‘r’.
Open text file with given encoding. The default encoding will bewhatio.open uses.
io.open
Newline to use when reading text file.
File object.
numpy.DataSource.exists
numpy.lib.format