0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python4,574 stars (4,574 stars)553 forks (553 forks)batch import
EnhancementGood first issue
説明
- See this
- This way we can make all of our mini-batch code works with all kinds of dataframes
- Issue 種別
- 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.