Questions tagged [data-conversion]

The concept of this tag involves transforming the data type of a specific piece of information into a different format.

Transforming a pandas Dataframe into a collection of dictionaries

Within my Dataframe, I have compiled medical records that are structured in this manner: https://i.stack.imgur.com/O2ygW.png The objective is to transform this data into a list of dictionaries resembling the following format: {"parameters" : [{ ...

group items into ranges based on property of objects

I've been grappling with this issue for far too long. Can anyone provide guidance on how to tackle the following scenario using JavaScript? The dataset consists of objects representing a date and a specific length. I need to transform this list into an obj ...

Assigning an object as a value in JSON-LD expansion

Recently, I attempted to convert `JSON` data into `JSON-LD` format and had a thought about utilizing the `JSON-LD` expansion algorithm to build my own converter. By defining my schema as a context and running the expansion algorithm, I hoped to smoothly ca ...