Series.mod(other, level=None, fill_value=None, axis=0)
Series.interpolate(method='linear', axis=0, limit=None, inplace=False, limit_direction='forward', downcast=None, **kwargs)
DataFrame.nsmallest(n, columns, keep='first')
Series.dtype return the dtype object of the underlying data
Panel.as_matrix()
DataFrame.combineAdd(other)
Series.to_clipboard(excel=None, sep=None, **kwargs)
DataFrame.to_period(freq=None, axis=0, copy=True)
Panel4D.to_frame(*args, **kwargs)
Styler.bar(subset=None, axis=0, color='#d65f5f', width=100)
Page 97 of 100