Posts by P. Junior • 83 points
3 posts
-
0
votes1
answer778
viewsQ: Separate values from a JSON in multiple fields
I’m doing a task in Python that requires me to search some data in a database. One of these values returns in the format of a JSON, the problem is that I need to make a "split" of these data since,…
-
-1
votes1
answer42
viewsQ: Read XML file with Argparse and convert it to JSON
Hello! I have a question and I am very new in the subject: I need to create a Python code that reads a file XML and turn that same file into a JSON. I need to use the Argparse for that, but I’m not…
-
7
votes1
answer204
viewsQ: Export data from Google Sheets to R
Hey, guys, what’s up? I’m a beginner in R and I have a question: It is possible, and if possible, which is the way to export data from a table of google Sheets (or Drive) to R. There is some library…