PandasAI - Data Analysis Made Easy (Powered by OpenAI)

preview_player
Показать описание

In this video, we'll learn how to use PandasAI, the new data science library that integrates generative AI capabilities into Pandas.

My Free Cheatsheets
==================

Social Media
===========

My Courses
==========

Support My Work
==============

Disclaimer: This video was sponsored by Brilliant.
Рекомендации по теме
Комментарии
Автор

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.

algotradingde
Автор

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.

magicofjafo
Автор

I tried your tutorial today, and found they fixed this problem.

yuehengzhang
Автор

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.

patface
Автор

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...

andrewduncanpoole
Автор

This is very cool!! Have learned a new or better method to chat with data?

WhySoBroke
Автор

I got this error: ImportError: cannot import name 'PandasAI' from 'pandasai'. How to solve it pls?

linhlethiphuong
Автор

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

cashmoneybanks
Автор

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

kabecoDashboard
Автор

how to slove this error
UnicodeEncodeError: 'latin-1' codec can't encode character '\u200b' in position 7: ordinal not in range(256)

thirukumaran
Автор

When I use PandasAI and give it the dataframe, is that data being sent to openAI servers?

aination
Автор

thanks very helpful.❤
can use local hosted llm like as llm for pandas ai instead of openai ??
please make video ??🙏

AliAlias
Автор

How much it $ cost everytime you run a code whith the api?

tomasjarvis
Автор

What is the difference between this and ChatGPT's noteable plugin?

nityaarora
Автор

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

alikhanak
Автор

probably will be something similar in the future with other libraries like scipy numpy etc

godfather_
Автор

I just start using Langchain. Is pandaai better?

shtml
Автор

Is PanadasAI stable? Not getting as expected

soumyanc
Автор

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.

danquixote
Автор

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

shekarshekar