Hi everyone, I’m new to the forum and still finding my way around. I have an Excel file exported from Google Sheets that contains real data from my students, and I’d like to use it to build a dashboard in DeepSeek. Where do I upload this file so that DeepSeek can read the data, run the analysis, and generate the dashboard?
1 Like
Deepseek doesn’t offer native file upload.
You would have to do a custom Python notebook. Read the excel file with pandas. Load Deepseek from HF. Pass the Dataframe to Deepseek for it generate python code analysis. THen execute the code that it provides.
Or you could just use Chat GPT because they support native data analysis with excel files
1 Like