Installation
The deltalake
project can be installed via pip for Python or Cargo for Rust.
Install Delta Lake for Python
With pip:
With Conda:
Install Delta Lake for Rust
With Cargo:
Run Delta Lake and pandas in a Jupyter Notebook
You can easily run Delta Lake and pandas in a Jupyter notebook.
Create an environment file with the dependencies as follows:
name: deltalake-minimal
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- ipykernel
- pandas
- polars
- jupyterlab
- deltalake
Create a virtual environment with the dependencies:
Open the Jupyter notebook and run commands as follows: