Posts by CSS • 21 points
3 posts
-
-1
votes1
answer116
viewsQ: Select python - Pandas
I am developing a python program where I import two xlsx files directly with the Pandas library, I can import them easily, but I need to create a report between these two files. How can I do?…
-
0
votes1
answer35
viewsA: Deserialize an Object of Another
I managed using Modelmapper a library that copies the data of my models and transfers to the DTOS, was like this : private void exportToJSonFile() { ObjectMapper objectMapper = new…
-
-1
votes1
answer35
viewsQ: Deserialize an Object of Another
I’m trying to deserialize three DTOS classes to export to a JSON file, I was able to do much of the process but when I try to export one class inside another I can’t. follows the following…