Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Other Open Source Modules #66

Open
Maelstrom6 opened this issue Oct 18, 2024 · 3 comments
Open

Installing Other Open Source Modules #66

Maelstrom6 opened this issue Oct 18, 2024 · 3 comments

Comments

@Maelstrom6
Copy link

Hi there

I am aware that Python In Excel supports numpy, pandas and a few other libraries. However, there is no comprehensive list of libraries that are installed in the default Conda environment. Is there such a list and how do we install and use other packages such as duckdb?

Thanks.

@stonebig
Copy link

I miss duckdb a lot, too. I imagine it couldn't be in initial release, as duckdb was not even 1.0 at the time.
Now, it's a suffering not to have it.

@stonebig
Copy link

I must confess duckdb-1.0.0 was still a little rough around the edges on recursive CTE, but It would speed-up my target use per 2x minimum, maybe way more , by replacing SQLite.

No optimization tried, so 2x is the verifiable minimal guess based on wasm

@keyur32
Copy link
Collaborator

keyur32 commented Nov 28, 2024

To get the list you can run %pip list from a python formula. This will show the full list in the diagnostics pane, or through the Python Editor output.

We don't yet allow additional libraries but is on our backlog to support custom compute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants