Commit b9ad729
Improve object dtype handling with value-based type inference
Enhanced the fix to check actual value types when type_name='object'.
This prevents incorrect type inference for mixed-type object columns
while still fixing the STRING type issue. Falls back to STRING when
value is None or unknown type.
Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>1 parent 7f131c9 commit b9ad729
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
173 | 181 | | |
174 | 182 | | |
175 | 183 | | |
| |||
0 commit comments