ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

Can gridstudio import data form an exist excel? #126

Closed Forgus closed 4 years ago

Forgus commented 4 years ago

my question is,I already have an excel that contains a lot of data and it's unrealistic to fill in gridstudio again.So, can gridstudio import data form an exist excel?

ricklamers commented 4 years ago

Hi @Forgus you can easily use the excellent pandas package for this. Please check out https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html