Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 06:33 AM
Results from an SQL cell are available as a Python DataFrame. The Python DataFrame name is _sqldf.
To save the DataFrame, run this code in a Python cell:
df = _sqldf
Keep in mind that the value in _sqldf is held in memory and will be replaced with the most recent results of each SQL cell run.