unionai-oss / pandera-qblabs-2023

Presentation for QuantumBlack labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandera Talk - QBLabs 2023

Env Setup

Create a virtual environment using miniconda/mamba. This makes installing both Python and R dependencies a little easier.

mamba create -y -n pandera-qblabs-2023 python=3.10
mamba activate pandera-qblabs-2023
mamba install -y -c conda-forge \
    pandera \
    pandera-strategies \
    matplotlib \
    r-base \
    r-essentials \
    r-reticulate

Usage

Render the simple.qmd markdown file:

make render

This will produce a file called simple.html in the src directory.

Publish to Quarto Pub

make publish

About

Presentation for QuantumBlack labs

License:MIT License


Languages

Language:HTML 53.6%Language:JavaScript 39.5%Language:CSS 6.9%Language:Makefile 0.1%