fips.indexes.to_numeric# fips.indexes.to_numeric(index)[source]# Attempt to convert index to numeric types. Parameters: index (pd.Index) – The index to convert. Returns: A new index with values converted to numeric types where possible. Non-convertible values are returned unchanged. Return type: pd.Index