, agents perform actions. That’s exactly what we’re going to try out in today’s article. In this article, we’ll use LangChain and Python to build our own CSV sanity check agent. With this agent, we’ll automate typical exploratory data analysis (EDA) tasks as displaying columns, detecting missing values (NaNs) and retrieving descriptive statistics. Agents decide step by step which tool …
Read More »