datasloth icon indicating copy to clipboard operation
datasloth copied to clipboard

Natural language Pandas queries and data generation powered by GPT-3

Results 4 datasloth issues
Sort by recently updated
recently updated
newest added

what I'm trying ```python sloth.query("Number of men over 30 on board the titanic", show_query= True) ``` The error ``` ObjectNotExecutableError: Not an executable object: "SELECT COUNT(*) AS men_over_30\nFROM real_data\nWHERE Sex...

Hi, thanks for putting this neat library together! Is there a way to run this locally? (Using a model from HF?)

Great work. But when I tried to "transpose table" it did not get it. Then I tried... **sloth.query("columns in rows and rows in columns", show_query=True)** ``` SELECT * FROM (...