danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

Add support for Pandas-style json_normalize() functionality

Open MattLJoslin opened this issue 3 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. I needed to construct DataFrames from complex nested JSON values containing nested arrays. Coming from python I was used to the pandas json_normalize function and wanted to use the same here.

Describe the solution you'd like Currently I've translated the python source code for now in my own private project but I would like to put this back into the main project to help ensure forward compatibility. If interested, I'll create a PR in the next few weeks after we work the bugs out.

Describe alternatives you've considered Keeping this code in local or doing normalization on the backend.

Additional context Love this project :)

MattLJoslin avatar May 25 '22 18:05 MattLJoslin

That's cool @MattLJoslin you can go-ahead

steveoni avatar Jun 01 '22 11:06 steveoni