Panel.round(decimals=0, *args, **kwargs) Round each value in Panel to a specified number of decimal places.
New in version 0.18.0.
| Parameters: |
decimals : int Number of decimal places to round to (default: 0). If decimals is negative, it specifies the number of positions to the left of the decimal point. |
|---|---|
| Returns: |
Panel object |
See also
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.Panel.round.html