filmov
tv
Upload CSV File to ChatGPT and Do Data Analysis without Code Interpreter Plugin
Показать описание
In this video, we'll see how to upload files to ChatGPT and do data analysis without the code interpreter plugin
- Prompt (Credits to "Automate My Life"):
async function submitConversation(text, part, filename) {
const enterKeyEvent = new KeyboardEvent("keydown", {
bubbles: true,
cancelable: true,
keyCode: 13,
});
}.
The progress bar should be updated after each chunk is submitted within the for loop as follows
and should also check if chatgpt is ready with this code:
chatgptReady = false;
while (!chatgptReady) {
await new Promise((resolve) => setTimeout(resolve, 1000));
".text-2xl > span:not(.invisible)"
Once all chunks have been submitted, the progress bar should turn blue."
My Free Cheatsheets
==================
Social Media
===========
My Courses
==========
Support My Work
==============
--------------------
Content:
0:00 Intro
0:31 How to add the "Submit File" button
2:58 Data Analysis with ChatGPT
5:25 Visualization in ChatGPT and Wolfram
Disclaimer: This video is sponsored by Quadratic
- Prompt (Credits to "Automate My Life"):
async function submitConversation(text, part, filename) {
const enterKeyEvent = new KeyboardEvent("keydown", {
bubbles: true,
cancelable: true,
keyCode: 13,
});
}.
The progress bar should be updated after each chunk is submitted within the for loop as follows
and should also check if chatgpt is ready with this code:
chatgptReady = false;
while (!chatgptReady) {
await new Promise((resolve) => setTimeout(resolve, 1000));
".text-2xl > span:not(.invisible)"
Once all chunks have been submitted, the progress bar should turn blue."
My Free Cheatsheets
==================
Social Media
===========
My Courses
==========
Support My Work
==============
--------------------
Content:
0:00 Intro
0:31 How to add the "Submit File" button
2:58 Data Analysis with ChatGPT
5:25 Visualization in ChatGPT and Wolfram
Disclaimer: This video is sponsored by Quadratic
Комментарии