PandasAI - Data Analysis Made Easy (Powered by OpenAI)

  Рет қаралды 30,417

The PyCoach

The PyCoach

Күн бұрын

Пікірлер: 42
@ThePyCoach
@ThePyCoach Жыл бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/ThePyCoach/. The first 200 of you will get 20% off Brilliant’s annual premium subscription
@linhlethiphuong4371
@linhlethiphuong4371 10 ай бұрын
I got this error: ImportError: cannot import name 'PandasAI' from 'pandasai'. How to solve it pls?
@abhishekghimire3539
@abhishekghimire3539 Күн бұрын
did you resolve the error?
@patface
@patface 10 ай бұрын
I have this same problem with chatgpt 4 in just LLM form. Sometimes it makes up numbers. I think if you are more specific like “create a bar plot based on the previous calculation” it will be more accurate.
@algotradingde7440
@algotradingde7440 Жыл бұрын
Thanks for this video. I´m working a lot with pandas, so this is definitively a new way to process data. Amazing to see how AI can make our lives (in programming) easier.
@soumyanc3908
@soumyanc3908 4 ай бұрын
Is PanadasAI stable? Not getting as expected
@С.Мягмарренчин
@С.Мягмарренчин 2 ай бұрын
It is very helpfull video, But i got this error "ImportError: cannot import name 'PandasAI' from 'pandasai' " i cant handle this could you give us some updates please :)
@genderplugin
@genderplugin Ай бұрын
Did you install it in your environment? That typically shows up when the package hasn't been installed.
@andrewduncanpoole
@andrewduncanpoole Жыл бұрын
Thank you for this video - I wonder whether it is possible to use pandasAI to extract data from multiple documents and store them in an editable series of form fields such that a user will be able to speed up the process of data extraction...
@magicofjafo
@magicofjafo Жыл бұрын
In your prompt for the bar plot, try having it work in steps. "Calculate the total spent by each gender. Plot those numbers in a bar plot." Phrased that way, see if you get the correct plot.
@bradleyfrueh2761
@bradleyfrueh2761 Жыл бұрын
Is it okay to display your token publicly like that?
@ThePyCoach
@ThePyCoach Жыл бұрын
It's not. That's why I deleted the token after making the video 😉
@kabecoDashboard
@kabecoDashboard 9 ай бұрын
i have an stock data, while sum the stock qty, i want to apply some number to char convertion funtion how to do... in pandas ai EX: stock qty=1111 i want a result 1 ctn/1pkt/1 box/1 pcs like this
@AliAlias
@AliAlias Жыл бұрын
thanks very helpful.❤ can use local hosted llm like TheBloke/Pandalyst-7B-V1.1-GGUF as llm for pandas ai instead of openai ?? please make video ??🙏
@aination7302
@aination7302 6 ай бұрын
When I use PandasAI and give it the dataframe, is that data being sent to openAI servers?
@thirukumaran6780
@thirukumaran6780 Жыл бұрын
how to slove this error UnicodeEncodeError: 'latin-1' codec can't encode character '\u200b' in position 7: ordinal not in range(256)
@alikhanak123
@alikhanak123 Жыл бұрын
I keep getting this error "data type 'Int64 not understood' I have tried to search solution in pandas ai git but still can understand solution. Please help
@shekarshekar4988
@shekarshekar4988 Жыл бұрын
hey Although I am using Paid API key, the API is taking long time to respond. is there any chance , we can improve the Performance
@nityaarora9410
@nityaarora9410 Жыл бұрын
What is the difference between this and ChatGPT's noteable plugin?
@WhySoBroke
@WhySoBroke 6 ай бұрын
This is very cool!! Have learned a new or better method to chat with data?
@cashmoneybanks8442
@cashmoneybanks8442 Жыл бұрын
5:50 That's weird, it looks like its only totaling the first five rows of the dataframe. I wonder if you'd get the correct results if you specified to use the entire dataframe in your prompt
@agillandg796
@agillandg796 Жыл бұрын
Is there anything similar to pandasAi
@xBaphometHx
@xBaphometHx Жыл бұрын
Is this using the free or paid account from OpenAI?
@godfather_1994
@godfather_1994 Жыл бұрын
probably will be something similar in the future with other libraries like scipy numpy etc
@yuehengzhang4802
@yuehengzhang4802 Жыл бұрын
I tried your tutorial today, and found they fixed this problem.
@shtml54
@shtml54 Жыл бұрын
I just start using Langchain. Is pandaai better?
@zapy422
@zapy422 Жыл бұрын
Should send the code back too
@tomasjarvis8976
@tomasjarvis8976 Жыл бұрын
How much it $ cost everytime you run a code whith the api?
@raulmarusca
@raulmarusca Жыл бұрын
I get this error: This model's maximum context length is 4097 tokens How can i solve it?
@AshutoshBagga
@AshutoshBagga Жыл бұрын
you could try using word embeddings or langchain
@parikannappan1580
@parikannappan1580 Жыл бұрын
how to buy Tokens ? i am getting the following message "Unfortunately, I was not able to answer your question, because of the following error: You exceeded your current quota, please check your plan and billing details. "
@parikannappan1580
@parikannappan1580 Жыл бұрын
I figured it out ...
@AlexanderKotov-e1n
@AlexanderKotov-e1n Жыл бұрын
@@parikannappan1580 how?
@ndamulelosbg8887
@ndamulelosbg8887 Жыл бұрын
Promising idea👏
@danquixote6072
@danquixote6072 Жыл бұрын
Pandas AI looks great. I wonder if you were using the GPT4 API it would have made that mistake. I have found GPT4 a massive improvement over chatGPT and wonder if you'd see that improvement here too. And also how it compares to Interpretor in chatGPT. And I assume you can use it with the other LLMs on Hugging Face? Exciting times, especially for those of us who don't know much about coding.
@ThePyCoach
@ThePyCoach Жыл бұрын
Good question. I believe the account I'm using doesn't have access to GPT-4. Yeah, you're right you can use it with Hugging Face too
@gorachandadash5003
@gorachandadash5003 Жыл бұрын
1st time I use the API key but in VSCODE after running my code showed this "You exceeded your current quota, please check your plan and billing details." Does anyone help me.....🙏🙏🙏🙏
@bwilliams060
@bwilliams060 Жыл бұрын
I think the problem is related to conversational memory maybe?
@ThePyCoach
@ThePyCoach Жыл бұрын
Not quite sure. Hopefully they'll fix this soon
@Abhishek-lz5uy
@Abhishek-lz5uy Жыл бұрын
Excellent!
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 476 М.
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 9 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
How to Use Llama 3 with PandasAI and Ollama Locally
13:55
Tirendaz AI
Рет қаралды 23 М.
AI Meets Pandas: A First Look at PandasAI
9:54
AI Tube
Рет қаралды 3,6 М.
Web Scraping with ChatGPT Mentions is Mind Blowing!
8:42
The PyCoach
Рет қаралды 30 М.
Pandas DataFrame Agent... the future of data analysis?
19:42
Dave Ebbelaar
Рет қаралды 17 М.
Learning Polars for Data Analysis? Start Here!
22:47
The PyCoach
Рет қаралды 2,8 М.
ChatGPT + Noteable (Jupyter) = Mind-blowing!
20:20
Python and Pandas with Reuven Lerner
Рет қаралды 170 М.
How to do data analysis using AI with ChatGPT and the Noteable plugin
20:12
LangChain & GPT 4 For Data Analysis: The Pandas Dataframe Agent
5:52
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН