-
**Is your feature request related to a problem? Please describe.**
Currently, we have a generated list of the current API available in the library, but we don't have any kind of user guide or feature…
-
I used price data for bitcoin and the top 12 cryptocurrencies based on market capitalization except for stable coin from Investing.com. I decided to use price data of cryptocurrencies only after Octob…
-
Having a look to the documentation API for vaex.open_many I dont see a way to really know what kind of files vaex expects.
https://vaex.readthedocs.io/en/latest/_modules/vaex.html#open_many
Nor …
-
Is there appetite to change the API for `TSFrame` so it stores the name of the index column, preserving the source dataframe, rather than replacing the column with a new named `Index` even when user s…
-
Many of the ML APIs should be cancellable as they should not continue executing once the caller disconnects the HTTP connection.
Here is the list:
`*` Denotes more important APIs to get done as…
-
I am wondering if we want to set up a module that allows us to parse structural data (proteins, ligands, ...) from different file formats (_mol2_, _pdb_, ...) to different output formats (`mdanalysis`…
-
Hello,
I have some sample data like.
```julia
julia> using TSFrames
julia> using MarketData
julia> ts = random_ohlcv() |> TSFrame
500×5 TSFrame with DateTime Index
Index Ope…
-
The Dask documentation suggests [using Dask Dataframes.](https://docs.dask.org/en/latest/best-practices.html#load-data-with-dask). Is this even possible using Woodwork? Is it worth it?
-
Right now we have an asymmetry in the API, in that `model[:foo, :bar]` returns an array, but `simresult[:foo, :bar]` returns a `DataFrame`.
I think we should align those, so that indexing always re…
-
[Polars](https://github.com/pola-rs/polars) is a single-machine columnar dataframe library built on top of pyarrow Tables with both a eager and lazy API. While the default pickle serialization works f…