I would propose unifying the method for creating a network from a file: Currently: - `functions.create_static_network` requires column names. - `nd.TemporalNetwork.from_txt` does not require column names (if provided, it will result in an error).