You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Based off of the work in #7286 ,adding the ability to parse and extract information from json strings in a column, from python.
Describe the solution you'd like
Python bindings exposed via some api either through the string accessor or otherwise
Describe alternatives you've considered
Currently doing this requires going via the host.
Additional context
This is achieved in pandas through applying json module methods on the string column, or using json_normalize to convert a json string to a flattened dataframe
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Based off of the work in #7286 ,adding the ability to parse and extract information from json strings in a column, from python.
Describe the solution you'd like
Python bindings exposed via some api either through the string accessor or otherwise
Describe alternatives you've considered
Currently doing this requires going via the host.
Additional context
This is achieved in pandas through applying
json
module methods on the string column, or using json_normalize to convert a json string to a flattened dataframeThe text was updated successfully, but these errors were encountered: