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
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
There are use cases which require a JSON string to accepted to the SFrame.read_json initializer instead of a path to a file. This could happen when the SFrame needs to be built with the results of a web-request API, in which case avoiding writing to a file would be more performant.
The text was updated successfully, but these errors were encountered:
This is a good feature request. It also looks like you could construct a pandas dataframe from a JSON string (via pandas.read_json). Then you could create a SFrame using the pandas dataframe (the SFrame constructor accepts a pandas dataframe as input).
There are use cases which require a JSON string to accepted to the
SFrame.read_json
initializer instead of a path to a file. This could happen when the SFrame needs to be built with the results of a web-request API, in which case avoiding writing to a file would be more performant.The text was updated successfully, but these errors were encountered: