-
Specification and API consolidation discussion related to `polars` support for probabilistic predictions.
PR https://github.com/sktime/skpro/pull/399 makes it clear that, for full `polars` support,…
-
I propose that the several functions that take the `ouput_format` parameter and produce lists change their defaults to return dataframes instead of dictionaries (e.g. `list_datasets`).
I think origi…
-
https://www.freecodecamp.org/learn/data-analysis-with-python/data-analysis-with-python-course/pandas-dataframes
-
Do you know about anyone working on the support for [Spark DataFrames](https://spark.apache.org/docs/latest/sql-programming-guide.html#datasets-and-dataframes)? Are there any public plans on doing so?…
-
Why does this package require DataFrames? I cannot find any reference (except in a comment) to the package; though I am no DataFrames expert.
More of a curiosity than anything; I was surprised to see…
-
-Currently the feature supports csv files only. However, integrating more dataframes is easy. Go through the get_dataframe() method in data_utils.py and include support to detect the incoming file and…
-
Hi, thank you for writing this library. Are there any plans to add Joins? If I were to add them at least for myself, since I am not that experienced Go developer and I doubt it will bi in par to you s…
-
I haven't looked deep into the kernels, but could this be made to use DataFrames? I'd be willing to help update things to get it going.
-
Hi, I did a comparison of the faqsd.pm25_daily_average 2011 data (downloaded from here https://www.epa.gov/hesc/rsig-related-downloadable-data-files#input) to the data retrieved from the API. I notic…
-
#Make example grouped data frame
```
using DataFrames
df=DataFrame(city=["Paris", "London", "Paris", "Berlin", "London", "Berlin", "Berlin"],
date= ["10-1$k-2021" for k in 3:9],
…