|
|
|
|
|
by ritchie46
1611 days ago
|
|
The to numpy conversion is free if you don't have missing data. Which is most of the cases if you send it over to a ML library. If its not zero copy. It is still not a big deal. Pandas make a lot more copies internally. I truly wouldn't worry about that single copy if you have a order of magnitude speedup overall. |
|
That said, it’s so much better than pandas for data manip that I’ll probably still try to use it.
Are you the author? If so, thanks for being so responsive on GitHub. You fixed basically every issue I had almost immediately back when I was learning Polars. It was awesome.