|
|
|
|
|
by dev_l1x_be
289 days ago
|
|
Not sure what you mean by this. The table concept is the same age as computers. Here is a table, do something with it -> this is the high level df api. All the functions make sense, what is hard to read, write or debug here? I have used Polars to process 600M of xml files (with a bit of a hack) and the polars part of the code is readable with minimal comments. Polars has a better api than pandas, at least the intent is easier to understand. (lazyness, yay) |
|
This article explains it pretty well: https://dynomight.net/numpy/