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

Changes plot example to use duckdb, adds installation instructions #10

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

RodolfoFerro
Copy link

I've changed the example to use duckdb and added some instructions to install dependencies.

Solves problems in #8

doc/duckdb.md Outdated
@@ -51,7 +52,9 @@ if not Path('my.db').is_file():
urllib.request.urlretrieve(url, 'my.db')
```

We'll use `sqlite_scanner` extension to load a sample SQLite databse into DuckDB:
Please note that `duckdb` dependencies need to be installed. You can install the dependencies with `pip install duckdb duckdb-engine pyarrow` from your terminal or `!pip install duckdb duckdb-engine pyarrow` from this notebook.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add the pip instructions in a dropdown, just like we did in the duck example?

```{dropdown} Required packages

pip install duckdb duckdb-engine pyarrow
```

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@edublancas edublancas merged commit bcb7c9c into master Sep 28, 2022
@edublancas
Copy link

🎉

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

Successfully merging this pull request may close these issues.

None yet

2 participants