Is there any way to directly open .sframe extension file in pandas.
Like an easy way
df = pd.read_csv('people.sframe')
Thank you.
Is there any way to directly open .sframe extension file in pandas.
Like an easy way
df = pd.read_csv('people.sframe')
Thank you.
Copyright © 2021 Jogjafile Inc.
No, you can't import
sframefiles directly with Pandas. Rather you can use a free python library namedsframe:Then you can convert it to a pandas DataFrame using: