Guilherme Jardim
Guilherme Jardim
Hi @reichaves For now, I think you can achieve what you intended by dropping the geometry feature with `sf::st_drop_geometry()`: ``` filter(minera, fase=="CONCESSÃO DE LAVRA") %>% sf::st_drop_geometry() %>% group_by(nome) %>% summarize(total=n())...
No problem, @reichaves Yes, you can use: ``` minera_no_geom
A possible reference: https://github.com/skops-dev/skops/blob/81558aaf49bed3309584c903d2263d1106b3858b/CONTRIBUTING.rst