Closed kylewhite21 closed 1 month ago
Yes, this is expected. from_list
mostly does not perform casting except few cases (like ints/floats), you must pass the exact data type. That's because it is very hard and expensive to do the casting at that level. Once you have the data structure in memory and you know exactly what it looks like, it is much easier.
Got it, thanks for the fast reply!
Fantatic, and i pushed some docs to avoid future confusion!
In many cases casting to a series and converting the data type in one shot fails, but converting to a series and then casting works. I'm not rusty enough to know why.
other examples: