Panel.update(other, join='left', overwrite=True, filter_func=None, raise_conflict=False) [source]
Modify Panel in place using non-NA values from passed Panel, or object coercible to Panel. Aligns on items Parameters:
other : Panel, or object coercible to Panel join : How to join individual DataFrames {?left?, ?right?, ?outer?, ?inner?}, default ?left? overwrite : boolean, default True If True then overwrite values for common keys in the calling panel filter_func : callable(1d-array) -&