imod.formats.ipf.read_associated#
- imod.formats.ipf.read_associated(path, kwargs={})[source]#
Read an IPF associated file (TXT).
- Parameters:
path (pathlib.Path or str) – Path to associated file.
kwargs (dict) – Dictionary containing the
pandas.read_csv()
keyword arguments for the associated (TXT) file (e.g. {“delim_whitespace”: True}).
- Return type:
pandas.DataFrame