Installation¶
Basic Installation¶
DataFrameIt uses LangChain to support multiple LLM providers. Choose the provider you want to use:
With Polars (Optional)¶
If you use Polars instead of Pandas:
With Excel (Optional)¶
For .xlsx checkpoints or reading Excel files via read_df():
API Keys Configuration¶
Set the environment variable for your provider:
Get your key at: Google AI Studio
Get your key at: OpenAI Platform
Get your key at: Anthropic Console
Verifying Installation¶
Next Step¶
Now that you've installed DataFrameIt, see the Quickstart to create your first project.