Panel.to_sql(name, con, flavor=None, schema=None, if_exists='fail', index=True, index_label=None, chunksize=None, dtype=None)
Panel.toLong(*args, **kwargs)
Panel.pipe(func, *args, **kwargs)
Panel.min(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
Panel.iloc Purely integer-location based indexing for selection by position. .iloc[] is primarily integer
Panel.sem(axis=None, skipna=None, level=None, ddof=1, numeric_only=None, **kwargs)
Panel.mod(other, axis=0)
Panel.mul(other, axis=0)
Panel.ndim Number of axes / array dimensions
Panel.as_matrix()
Page 9 of 16