Skip to content

unionai-oss/pandera-qblabs-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published