Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

Tabular Data Exploration and Modelling with LLMs
Artificial Intelligence   Data Science   Latest   Machine Learning

Tabular Data Exploration and Modelling with LLMs

Last Updated on January 12, 2024 by Editorial Team

Author(s): Cornellius Yudha Wijaya

Originally published on Towards AI.

Exploring the way to perform tabular data science activity with LLM
Image developed by DALL.E

Large Language Models have been rising recently and will be like that in the upcoming year. The rise could be addressed as a product of the LLM's usefulness in solving many problems. From answering our problems to developing applications, LLM could help us all. However, you might need to learn that LLM could apply to the tabular data.

Tabular data is the data in the typical table — some columns and rows are structured well, like in Excel or SQL data. It's the most common usage of data forms in many data use cases.

With the power of LLM, we would learn how to explore the data and perform data modeling. How do we do? Let's get into it.

Pandas is one of the most prominent Python Packages for data exploration and manipulation. Every data professional learning Python would come across Pandas during their work. That's why we would learn about the Python package that embeds LLM with Pandas — PandasAI.

PandasAI would use the LLM power to help us explore and clean data. It would be conversational tools that we can use to ask Pandas to manipulate data in a way we want.

To use the PandasAI, we need to install… Read the full blog for free on Medium.

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓