pandas.Index.to_native_types
- 
Index.to_native_types(slicer=None, **kwargs)[source]
- 
Format specified values of selfand return them.Parameters: slicer : int, array-like An indexer into selfthat specifies which values are used in the formatting process.kwargs : dict Options for specifying how the values should be formatted. These options include the following: - 
- 
na_rep : str
- The value that serves as a placeholder for NULL values
 
- 
- 
- 
quoting : bool or None
- Whether or not there are quoted values in self
 
- 
- 
- 
date_format : str
- The format used to represent date-like values
 
- 
 
- 
    © 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
    https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Index.to_native_types.html