data-formulator icon indicating copy to clipboard operation
data-formulator copied to clipboard

🪄 Create rich visualizations with AI

Results 31 data-formulator issues
Sort by recently updated
recently updated
newest added

Loading large .csv files with 0.1.4 will result in a blank page. There are no error messages, no progress bar, no progress available in cli log as well. (py 3.12.2,...

![Image](https://github.com/user-attachments/assets/7e658a50-cd76-4608-9cad-49a7c1030701) I'm having trouble adding the OpenAI API key. It's showing a warning sign. Can you help me fix this? Thanks in Advance

I notice that I can modify some files in the src folder, but this still can't work when I use data_formulator. So can you provide the users the oppertunity to...

help wanted

Related to #49 Add support for third-party LLM endpoints, such as Ollama, in the data formulator. * **Backend Changes:** - Update `get_client` function in `py-src/data_formulator/agents/client_utils.py` to handle third-party LLM endpoints...

Please comment about your solutions or thoughts about data visualization challenges. :) Don't forget to install or update data formulator with `pip install --upgrade data_formulator` ![Image](https://github.com/user-attachments/assets/28f5ba6b-bb35-4f72-acb4-718c26896bf8)

documentation

I am trying to use Sambanova API which is compatible with OpenAI SDK. Would love to see how fast inference can benefit here and also use open source LLMs. Below...

is-it possible to add 1 hour mobile average ? i have these values : timestamp,co2 2024-10-28T08:00:00,407.0 2024-10-28T08:01:00,407.0 2024-10-28T08:02:00,407.0 2024-10-28T08:03:00,407.0 2024-10-28T08:04:00,407.0 2024-10-28T08:05:00,407.0 2024-10-28T08:06:00,407.0 2024-10-28T08:07:00,407.17 2024-10-28T08:08:00,408.0 2024-10-28T08:09:00,408.33 2024-10-28T08:10:00,409.0 2024-10-28T08:11:00,409.17 2024-10-28T08:12:00,410.0 2024-10-28T08:13:00,410.0 2024-10-28T08:14:00,410.5...

I try to import a json file or clipboard with: { "timestamp": [ "2024-10-28T08:00:00", "2024-10-28T08:01:00", "2024-10-28T08:02:00", "2024-10-28T08:03:00", "2024-10-28T08:04:00", "2024-10-28T08:05:00", "2024-10-28T08:06:00", "2024-10-28T08:07:00", "2024-10-28T08:08:00", "2024-10-28T08:09:00", "2024-10-28T08:10:00", "2024-10-28T08:11:00", "2024-10-28T08:12:00", "2024-10-28T08:13:00", "2024-10-28T08:14:00", "2024-10-28T08:15:00", "2024-10-28T08:16:00",...

Unsure why this is happening, but I tried a few different things and keep getting 500. This was done with an example dataset and using the codespace from the repo....

* support adding more tables to data formulator (and deleting unneeded ones) * fix various issues related to load file / import session * fix some layout issue on data...