Pandas AI - Pandas में generative AI का परिचय
(github.com/gventuri)- Pandas को conversational बनाया गया है, ताकि डेटा के बारे में सवाल पूछे जा सकें और Pandas DataFrame फ़ॉर्मेट में जवाब पाए जा सकें
- मनचाहा डेटा खोजना
→pandas_ai.run(df, prompt='What is the sum of the GDPs of the 2 unhappiest countries?') - ग्राफ़ बनाना
→Plot the histogram of countries showing for each the gpd, using different colors for each bar
1 टिप्पणियां
यह अच्छा है।