read
Data loading utilities.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
read.type
Members list
Value members
Concrete methods
Reads a serialized object from a file.
Reads a serialized object from a file.
Attributes
Reads a serialized object from a file.
Reads a serialized object from a file.
Attributes
Reads an ARFF file.
Reads an ARFF file.
Attributes
Reads an Apache Arrow file.
Reads an Apache Arrow file.
Attributes
Reads an Apache Arrow file.
Reads an Apache Arrow file.
Attributes
Reads an Apache Avro file.
Reads an Apache Avro file.
Attributes
Reads an Apache Avro file.
Reads an Apache Avro file.
Attributes
Reads an Apache Avro file.
Reads an Apache Avro file.
Attributes
Reads an Apache Avro file.
Reads an Apache Avro file.
Attributes
Reads a CSV file.
Reads a CSV file.
Attributes
Reads a CSV file.
Reads a CSV file.
Attributes
Reads a CSV file.
Reads a CSV file.
Attributes
Reads a CSV file.
Reads a CSV file.
Attributes
Reads a data file. Infers the data format by the file name extension.
Reads a data file. Infers the data format by the file name extension.
Value parameters
- format
-
the optional file format specification. For csv files, it is such as
delimiter=\t,header=true,comment=#,escape=,quote="
. For json files, it is the file mode (single-line or multi-line). For avro files, it is the path to the schema file. - path
-
the input file path.
Attributes
- Returns
-
the data frame.
Reads a JDBC query result to a data frame.
Reads a JDBC query result to a data frame.
Attributes
Reads a JSON file.
Reads a JSON file.
Attributes
Reads a JSON file.
Reads a JSON file.
Attributes
Reads a JSON file.
Reads a JSON file.
Attributes
Reads a LivSVM file.
Reads a LivSVM file.
Attributes
Reads a LivSVM file.
Reads a LivSVM file.
Attributes
Reads an Apache Parquet file.
Reads an Apache Parquet file.
Attributes
Reads an Apache Parquet file.
Reads an Apache Parquet file.
Attributes
Reads a SAS7BDAT file.
Reads a SAS7BDAT file.
Attributes
Reads a Wavefront OBJ file.
Reads a Wavefront OBJ file.
Attributes
Reads a Wavefront OBJ file. The OBJ file format is a simple format of 3D geometry including the position of each vertex, the UV position of each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of vertices, and texture vertices. Vertices are stored in a counter-clockwise order by default, making explicit declaration of face normals unnecessary. OBJ coordinates have no units, but OBJ files can contain scale information in a human readable comment line.
Reads a Wavefront OBJ file. The OBJ file format is a simple format of 3D geometry including the position of each vertex, the UV position of each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of vertices, and texture vertices. Vertices are stored in a counter-clockwise order by default, making explicit declaration of face normals unnecessary. OBJ coordinates have no units, but OBJ files can contain scale information in a human readable comment line.
Note that we parse only vertex and face elements. All other information ignored.
Value parameters
- file
-
the file path
Attributes
- Returns
-
a tuple of vertex array and edge array.