Development directions

Where to next?

Speculative features and future directions

As httpolars develops, several potential features and considerations are under consideration:

The development of httpolars should also be accompanied by thorough documentation (not yet begun!), example use cases (part of this series), and a comprehensive API reference (also not yet prioritised) for both its Rust and PyO3 code (not yet considered how to do both in one docs site).

The vision: seamless DataFrame expansion from APIs

Elevating web API fetching to a first-class DataFrame op is a strategic shift, aiming to set a new standard for how APIs are integrated into data workflows, eliminating the diversion and ambiguity in fetching data from a web API source.

I use the phrase "putting the web IO in the DataFrame" repeatedly in this series to emphasise that the mission here is to make web IO a first-class citizen and thus one handled in a standardised way, as opposed to one handled with whatever level of effort the time demand of the current analysis can offer.

If developed to high quality, this approach would fundamentally simplify data retrieval, making it seamless with data manipulation.