JuliaEarth / GeoStats.jl

An extensible framework for geospatial data science and geostatistical modeling fully written in Julia
https://juliaearth.github.io/GeoStatsDocs/stable/
MIT License
506 stars 61 forks source link

Implement `vcat` with different columns #355

Closed juliohm closed 10 months ago

juliohm commented 10 months ago

We already support vcat(gt1, gt2) when the the geotables gt1 and gt2 share the same column names. We need to implement the feature present in DataFrames.jl where missing variables are filled with missing.