You can’t make document alterations more convenient than editing your csv files online. With DocHub, you can access tools to edit documents in fillable PDF, csv, or other formats: highlight, blackout, or erase document fragments. Include text and images where you need them, rewrite your form completely, and more. You can download your edited record to your device or share it by email or direct link. You can also turn your documents into fillable forms and invite others to complete them. DocHub even has an eSignature that allows you to sign and send paperwork for signing with just a few clicks.
Your records are safely kept in our DocHub cloud, so you can access them at any time from your desktop, laptop, smartphone, or tablet. If you prefer to apply your mobile device for file editing, you can easily do so with DocHub’s app for iOS or Android.
[00:00:00] All right. In this video Iamp;#39;m gonna be going through how you can use LangChain to talk and extract information from CSV files and Excel files just by using natural language to query them. So in this case, weamp;#39;re gonna be going back to the open ai language models. So you will need an open AI key here. You can see the latest version of LangChain that Iamp;#39;m using. And the data set that Iamp;#39;m gonna be using is the Black Friday Sales Data set. So this is available from Kaggle. Iamp;#39;ve put a link to it here if you want to go and find out more information about it. Really, weamp;#39;re just using it. As a simple way to bring in a CSV file and test some things out. In this case, Iamp;#39;m bringing in the trained csv. Thereamp;#39;s both a trained CSV and a test csv. It really doesnamp;#39;t matter here because we are not training a model. Weamp;#39;re not doing anything like that. Weamp;#39;re just using another model to query the CSV file. To j