Posts by user3701124 • 63 points
3 posts
-
0
votes2
answers1260
viewsQ: How to paste a dataframe over a pre-formatted Python worksheet?
I have a template pre-formatted in Excel this way. I would like to paste values from a dataframe into pandas on these cells, creating a new file formatted with values and keeping the original file.…
-
5
votes1
answer620
viewsQ: Why does my image recognition training in Opencv generate transparent samples?
I’m using Opencv and trying to generate a file. vec to do image recognition training, but whenever I file and try to read it, I see images as if some parts of my positive are transparent! (I…
-
0
votes3
answers2578
viewsQ: How to read another program’s variable?
Guys, I am learning Programming and I would like to know: how do I read the value of a variable of another program (theoretically this would be without "awareness" of the program read, I do not know…