Otto Fajardo

Results 247 comments of Otto Fajardo

Apparently the issue with the VSCode interactive window not showing table borders has been described before: https://stackoverflow.com/questions/78162666/adding-borders-to-visual-studio-code-jupyter-notebook-table-rendering

The borders issue maybe even solved on github: https://github.com/microsoft/vscode/issues/210462

thanks for the html-table-processing: none suggestion, that works! Still, I think it would be good to be able to control it from great_tables, the user may want to inactivate the...

what I am still struggling with is how to remove the gray borders everywhere on the table, whatever properties I try from [here](https://posit-dev.github.io/great-tables/reference/GT.tab_options.html#great_tables.GT.tab_options) seem ineffective (except maybe the table top...

In the current version of VSCode, now I am seeing the table displayed correctly, it seems, but I still cannot get rid of the grey line borders

in order to be able to try to reproduce the issue, please indicate how you installed python, please indicate how you installed pyreadr. Although probably that would not solve the...

Somehow I was using Ubuntu 24.04 and everything was fine. I updated my environment and then the problem arose. The solution is to statically link iconv in setup.py. However, for...

works well in pyreadstat. I will take the changes once this is merged into dev.

Thanks for the suggestion. I guess it is an idea to explore. First it has to be checked if it works to read chunks repeatedly in Readstat (there is a...