Skip to content

Commit

Permalink
deploy: e8556c8
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 23, 2023
1 parent 2705ff6 commit 0dd6865
Show file tree
Hide file tree
Showing 48 changed files with 2,004 additions and 1,997 deletions.
6 changes: 4 additions & 2 deletions _sources/book/duckdb/01_duckdb_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ DuckDB is a great option if you’re looking for a serverless data analytics dat

![](https://i.imgur.com/mFpqp5I.png)

To me, DuckDB feels like the [fresh air](https://tenor.com/view/breeze-nicolas-cage-con-air-smile-gif-14443307) in the database space. It is a modern database that is built from the ground up to be fast, lightweight, and easy to use. It is also open source and free to use. It has a [spatial extension](https://duckdb.org/docs/extensions/spatial.html) that allows you to perform spatial queries and analysis.

## Installation

### Command line
Expand Down Expand Up @@ -65,8 +67,8 @@ mamba install -c conda-forge python-duckdb duckdb-engine jupysql leafmap

You can also install the packages using `pip`:

```bash
pip install duckdb duckdb-engine jupysql leafmap
```{code-cell}
%pip install duckdb duckdb-engine jupysql leafmap
```

To test if the installation was successful, open a new terminal and run the following command:
Expand Down
Loading

0 comments on commit 0dd6865

Please sign in to comment.