Gabriele Venturi

Results 234 comments of Gabriele Venturi

Great job @navneetdesai, I'm just afraid it might be more involved trying to fix this. In fact, when the df is converted to a string some of the info might...

@sandiemann I suppose it's still not working. I think we should also change the behavior here: ``` ast.parse(f"plt.savefig(r'{chart_save_dir}\\{filename}.png')") ```

@sandiemann thanks a lot for pointing out, closing!

So @wqh17101 you expect that running `plt.close("all")` everytime after `plt.show()` should fix it, right?

@wqh17101 now it should add `close('all')` automatically (we are gonna release the new version with the changes soon)!

@jonbiemond I think OpenAI is trained until 1.5.3, so it makes sense it's not aware of the most recent versions of pandas. We should definitely support max `1.5.3` version as...

This would be an interesting addition. Not sure about how easy it would be to add support for pyspark in the current setup, but it's definitely worth exploring. So you...

Hi @nehcneb I confirm this should be the issue! Would you mind opening a PR for that? Thanks a lot!

@ssling0817 can you try to upgrade to the latest version? I've just shipped a fix for it!