salbalkus / CausalTables.jl

A new type of Table to store and simulate data for causal inference in Julia.
https://salbalkus.github.io/CausalTables.jl/
MIT License
0 stars 0 forks source link

Add viewhint=true option for Tables.subset #9

Closed salbalkus closed 2 months ago

salbalkus commented 7 months ago

Currently, including viewhint=true in theTables.subset method does not return a CausalTable type. This method should be modified to allow view hinting in the same way as any other table.