aboutsummaryrefslogtreecommitdiff
path: root/pandas
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-10 23:05:24 -0500
committertdback <tyler@tdback.net>2024-12-10 23:05:24 -0500
commit5bbba4a6831a25d677092e7c2b6d074bd5730be9 (patch)
tree5f0bdf3c9d39574b8eac0368ce241b6829485335 /pandas
parent58347fdfe21315ad3ccc0bd7c4703a8ec7aae797 (diff)
add pandas script
Diffstat (limited to 'pandas')
-rwxr-xr-xpandas5
1 files changed, 5 insertions, 0 deletions
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