Commit 0cd9c8e
authored
### Rationale for this change
Fixes bug when round-tripping to Pandas with a specific combination of indices
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
I don't know if this counts as a a "Critical Fix". Without it, `Table.from_pandas()` can return a table which cannot be converted back with `table.to_pandas()` due to a column missing from the `"pandas"` field in the table metadata.
* Closes: #33473
Authored-by: Eirik B. Stavestrand <[email protected]>
Signed-off-by: Will Ayd <[email protected]>
1 parent 1044022 commit 0cd9c8e
2 files changed
+19
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
226 | 232 | | |
227 | 233 | | |
228 | 234 | | |
| |||
240 | 246 | | |
241 | 247 | | |
242 | 248 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
348 | 356 | | |
349 | 357 | | |
350 | 358 | | |
| |||
0 commit comments