python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Struggling to unnest tibble (dput, code, and error included) in r
I'm trying to unnest a species count tibble so I can turn it into a dataframe. The last four columns are species counts and are currently in 'list' form (seems nested?). I'd like to have each column a...
Bill_marinestats98
Votes: 0
Answers: 2
Flatten nested json from API in python with id outside string
How can I flatten this json and create a table with the id presented in the table ?
Json file structure as below is present as a string in a large table
id
date
json
cell 1
2022-04-01
json str...
Ang
Votes: 0
Answers: 0
Google BigQuery: UNNEST where each different key becomes a column
I have this table with several columns containing dictionaries: payloadKV, metaKV, etc.
I need to unnest the dict and pivot the result to put each key in a column and the value in the correspondent c...
Iván Sánchez
Votes: 0
Answers: 3
Suggestion/Guidance on methods for unnesting a dataframe when the level of nesting is unknown and changes from row to row?
I'm working on a project using data from Etsy's API. Specifically, I am looking at Etsy's category taxonomy. Each row in the dataframe represents one category node, with a nested data frame containing...
Sara_Luttenbacher
Votes: 0
Answers: 1