Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 419 Bytes

pandas-cheatsheet

An interactive Pandas Cheat sheet using PyScript.

Check it out: Pandas Cheat Sheet

Development

  1. Install Node
  2. Install requirements using npm install
  3. Run Tailwind CLI: npx tailwindcss -i ./assets/css/style.css -o ./assets/built/style.css --watch --minify
  4. Run Webpack: npm run build