Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 09:52 PM
yes, you could use SQL to read the data from the volume:
%sql
SELECT * FROM json.`/Volumes/demo/raw/files/ergast/my_results.json`You still have to flatten the result.
The thing with the shell was just an example. Wouldn't recommend that, just use python