Upload CSV File to ChatGPT and Do Data Analysis without Code Interpreter Plugin

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор


I've just done a test and the button works just like on the video

ThePyCoach
Автор

Getting the following error when entering the code in the console:
Uncaught TypeError: Cannot read properties of null (reading 'parentNode') at <anonymous>:30:15

shayanshamsi
Автор

This doesn't seem to work the same in Firefox with getting a console to complete the steps.

Skeeva
Автор

Can the code be edited to accept pdf, doc, or other file types?

TheLoneCamper
Автор

For the prompt can it be available in a txt format so that we can copy and paste it? YouTube doesn't allow that

kabutey
Автор

Awesome video!

Add the folloing to his prompt to get a download button and instruct ChatGPT to make download file. I've found you have to instruct it to make a download available before you upload your file to have it work properly. Something like -"From my next upload file, do... and make a download file available when I click the red download file button."

Next to the green button with the text 'Submit File' add another button in red with the text 'Download File' in white font. When instructed to you will generate the requested file and make it available for download. When the red button is clicked, the download of the file should start.

rakly
Автор

When uploading the csv file only the Part 1 of it is getting uploaded and not the full csv data . How to upload the full csv part into chatgpt . Please help me to fix it

arbaazchaudhari
Автор

After I copied and pasted the code into the console and pressed enter, I got an error " Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:28:15" . This is where it is happening: targetElement.parentNode.insertBefore(progress, targetElement);
targetElement.parentNode.insertBefore(button, targetElement); Any ideas?

ps
Автор

Is this gone work with ChatGPT 3 also, or just with 3.5 & 4?

tom-shellby
Автор

Good video dude, im gonna share this and add your name

danielit
Автор

how would i revert back to original settings?

bkcheif
Автор

It can't work now. I tried several times bt each moment it showed error in the code.

SAKIBZAMAN-xnwp
Автор

hello, cannot find the prompt, where is it?

juanpablocarvallovega
Автор

why it's not working, I copied the code to console and pressed enter, it shows error, submit bar not appearing.

guangtingzoeli
Автор

VM133:30 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:30:15 this error appears when i paste your JS code left in the description

The_Achieve_Zone
Автор

the problem is context window / memory size.

There are already addons that let you post very high text into differetn junks (superpower gpt plugin dont need this but its a nice try and well done was probably hard

need incimentally lerning and longtrerm memory based on account. way less repetition, remembering big code project and more finetuned conversations with acutally knowing your weeknesses and tstrengh and wha you know and dont know and what he said already and did nto say. (underrated)

internet search plugins and so on will not fix this major issue. Open AI seems to not train gpt 5 and waste time it seems altho they probably just do some other stuff so probably hopefully they dont waste time and ja they did great so and then they wont release it for 8 months for unrealistic safety fears while ignoring real world bad things without advancement in GPT corrolated with human development index etc

hanskraut
Автор

Project suggestion: searchable chat history

miiihaaas
Автор

You first screen recording is at 12:34 PM. Just to say. I like it. x)

wesk
Автор

Uncaught SyntaxError: Identifier 'button' has already been declared

debdattachatterjee
Автор

What about the scam alert you will recieve when trying to paste the chat gpt java script generated in the console??? Has an illicit prompt been injected into the prompt we coppied???

kabutey