State.update_table#
- State.update_table(name: str | None = None)#
Go through existing tables in the state and get rid of any rows that correspond to skipped households. Save skipped household records in state under households_skipped Parameters ———- name : str, optional
Name of table to update. If None, update all tables.
Returns#
None