read_gal()
Read Graph from a GAL file
The reader tries to infer the dtype of IDs. In case of unsuccessful casting to int, it will fall back to string.
str
path to a file
Graph
deserialized Graph
Examples
>>> graph.read_parquet("contiguity.gal")