Closed
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. What kind of performance improvements would you like to see with this new API?
I'd like to be able to obtain a list of row partitions from a distributed Modin dataframe.
This would allow me to easily do distributed data-parallel training by feeding in these dataframe shards. This would be useful for both XGBoost and Horovod.
cc @tgaddair