iode.Tables.copy_from
- Tables.copy_from(input_files: str | List[str], names: str | List[str] = '*')[source]
Copy (a subset of) tables from the input file(s) ‘input_files’ into the current database.
- Parameters:
- input_file: str or list(str)
file(s) from which the copied tables are read.
- names: str or list(str)
list of tables to copy from the input file(s). Defaults to load all tables from the input file(s).