0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)Python4,574 star (4,574 star)553 fork (553 fork)batch import
EnhancementGood first issue
描述
- See this
- This way we can make all of our mini-batch code works with all kinds of dataframes
- 議題類型
- feature
- 研究方向
- Review the dataframe interchange protocol specification at https://data apis.org/dataframe protocol/latest/index.html. Identify how river's current mini batch code handles dataframes and where integration points exist. Look for existing Python implementations of the protocol in libraries like Ibis or cuDF for reference. Propose a design that allows river to accept any dataframe implementing the protocol, focusing on the mini batch operations.