From 5bbba4a6831a25d677092e7c2b6d074bd5730be9 Mon Sep 17 00:00:00 2001 From: tdback Date: Tue, 10 Dec 2024 23:05:24 -0500 Subject: add pandas script --- pandas | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 pandas diff --git a/pandas b/pandas new file mode 100755 index 0000000..290222e --- /dev/null +++ b/pandas @@ -0,0 +1,5 @@ +#!/bin/sh + +# pandas: Spawn an ipython repl for data wrangling and visualization. + +nix-shell -p 'python3.withPackages (p: with p; [ ipython numpy pandas ])' --command ipython -- cgit v1.2.3