Jeremiah
Jeremiah
I think `Union{PostEpisodeStage,PostExperimentStage}` just needs to be changed to `PostEpisodeStage`, will do this and add a test
Parquet is definitely already supported, see here or in the package tests ! :) https://github.com/kimmolinna/DuckDB.jl/issues/6#issuecomment-1011489703
This should be possible (in some way) already if duckdb supports it. Would you consider making a PR with this feature?
FWIW, I think there's a slight misconception here, but correct me if I'm missing something: **You can !always! 'hop into' the Tables.jl ecosystem by taking an object and turning it...
@asbisen just to probe this a bit further to check understanding...what other (Julia) packages would be able to take this arrow pointer and work with it? Because otherwise, it seems...
Ok, cool! So maybe what you are suggesting is instead of DuckDB.jl having a function like `todataframe` which materializes things to an object, it might be better if DuckDB.jl was...
Ok, then may I suggest the following? (Roughly, perhaps this isn't quite it) 1. Close this issue 2. Open an issue 'replace DataFrames.jl support with Tables.jl' 3. Open a separate...
Here's the PR for packaging the binary for the Julia ecosystem in case you're interested. :) https://github.com/JuliaPackaging/Yggdrasil/pull/5582
Cool! Good to know it's a known topic, will just deactivate the platform for now. :)
Happy to do this if I get a chance, I'd break it up into 2 PRs: 1. Remove all overlapping SQLite -DBInterface tests 2. Remove / deprecate all overlapping code