@@ -71,6 +71,7 @@ def maybe_convert_objects(
71
71
* ,
72
72
try_float : bool = ...,
73
73
safe : bool = ...,
74
+ convert_numeric : bool = ...,
74
75
convert_datetime : Literal [False ] = ...,
75
76
convert_timedelta : Literal [False ] = ...,
76
77
convert_period : Literal [False ] = ...,
@@ -84,6 +85,7 @@ def maybe_convert_objects(
84
85
* ,
85
86
try_float : bool = ...,
86
87
safe : bool = ...,
88
+ convert_numeric : bool = ...,
87
89
convert_datetime : Literal [False ] = ...,
88
90
convert_timedelta : bool = ...,
89
91
convert_period : Literal [False ] = ...,
@@ -97,6 +99,7 @@ def maybe_convert_objects(
97
99
* ,
98
100
try_float : bool = ...,
99
101
safe : bool = ...,
102
+ convert_numeric : bool = ...,
100
103
convert_datetime : bool = ...,
101
104
convert_timedelta : bool = ...,
102
105
convert_period : bool = ...,
@@ -110,6 +113,7 @@ def maybe_convert_objects(
110
113
* ,
111
114
try_float : bool = ...,
112
115
safe : bool = ...,
116
+ convert_numeric : bool = ...,
113
117
convert_datetime : Literal [True ] = ...,
114
118
convert_timedelta : bool = ...,
115
119
convert_period : bool = ...,
@@ -123,6 +127,7 @@ def maybe_convert_objects(
123
127
* ,
124
128
try_float : bool = ...,
125
129
safe : bool = ...,
130
+ convert_numeric : bool = ...,
126
131
convert_datetime : bool = ...,
127
132
convert_timedelta : bool = ...,
128
133
convert_period : Literal [True ] = ...,
@@ -136,6 +141,7 @@ def maybe_convert_objects(
136
141
* ,
137
142
try_float : bool = ...,
138
143
safe : bool = ...,
144
+ convert_numeric : bool = ...,
139
145
convert_datetime : bool = ...,
140
146
convert_timedelta : bool = ...,
141
147
convert_period : bool = ...,
0 commit comments