Jeffrey Lind

Results 9 comments of Jeffrey Lind

This is what I used as a temporary workaround of the filename.csv problem in my application, in case it's useful to anyone. Just finds and replaces filename.csv, then uses that...

@sandiemann Can confirm, as of v0.2.11 this problem seems to be fixed, along with #52

This issue seems to have reappeared in pandasai v0.2.12 Edit: Fixed in v0.2.13

Here is a quick workaround by doing the prompt concatenation trick ``` print("\nSelect Your Prompt Type:") print("1. Text") print("2. Graph") promptType = int(input("\nEnter your choice (1 or 2): ")) dataPrompt...

Yes, here is my `CSVAIPrompt` function, based off of the `from_csv.py` example. The two `Test Graphing Prompts` are at the bottom of the code block. Any graphing prompt that is...

I performed the following actions to fix this: - Create a new conda environment with Python 3.7: ```conda install -c anaconda python=3.7``` - Comment out the ```fsspec==0.8.7```, ```tensorboard==2.5.0```, and ```unbabel-comet==0.1.0```...

If you could add more information about your problem, I may be able to help - I had a 'couldn't find path' issue today I had to debug

> > If you could add more information about your problem, I may be able to help - I had a 'couldn't find path' issue today I had to debug...

Sorry for the late reply in continuation from #242; typed up an answer and the page refreshed and got rid of my response *facepalm*. I suggest finding some non-CUDA dependent...