Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 01:22 PM
i tired to by pass the demo shell script and try to write my own.. i guess i'm able to read but may be im not writing it. im missing something.
%python
import pandas as pd
url = 'https://pages.databricks.com/rs/094-YMS-629/images/SAISEU19-loan-risks.snappy.parquet'
df = pd.read_parquet(url)
df.to_parquet('/dbfs/delta/snappy.parquet')
#df.write.format('delta').mode('overwrite').save('/delta/snappy')
next cmd
SELECT * FROm parquet.'/dbfs/delta/snappy'
btw is there a way to share my notebook? or do we both need to be in the same organization and only then we can share notebook.