Panel.prod(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
Panel.floordiv(other, axis=0)
Panel.add(other, axis=0)
Panel.rpow(other, axis=0)
Panel.to_json(path_or_buf=None, orient=None, date_format='epoch', double_precision=10, force_ascii=True, date_unit='ms', default_handler=None
Panel.to_dense()
Panel.join(other, how='left', lsuffix='', rsuffix='')
Panel.dropna(axis=0, how='any', inplace=False)
Panel.tz_localize(*args, **kwargs)
Panel.reindex_like(other, method=None, copy=True, limit=None, tolerance=None)
Page 13 of 16