Mark Druffel
Mark Druffel
Hi there, Thanks for a fantastic package! When using `shiny::dateRangeInput()` inside the server using `bas4Dash::renderMenu()` I'm getting a slightly different output. UI example: ``` if (interactive()) { library(shiny) library(bs4Dash) library(lubridate)...
## Description Trying to load a parquet w/ polars.EagerPolarsDataset with data catalog results in an error saying `no such file or directory` : ``` model_input_table@eagerPolars: type: polars.EagerPolarsDataset filepath: data/03_primary/model_input_table.parquet/*.parquet file_format:...
## Description ibis.FileDataset fails when trying to read files from certain domains (or all domains) on the web. With ibis, I can read data from hugging face: ``` import ibis...
### Is your feature request related to a problem? The pyspark saveAsTable method has `**options`, but I don't think I can use them in `create_table`. ### What is the motivation...
### Problem New to pandera so if I'm doing this wrong I apologize, but I don't think the ibis backend has support for the decimal data type: ```python import decimal...