Skip to main content

try_array_as_dataframe

Function try_array_as_dataframe 

Source
fn try_array_as_dataframe(arr: &[Value]) -> Result<Option<RValue>, RError>
Expand description

Try to convert a JSON array of objects into a data.frame. Returns None if the array elements are not all objects with the same keys.