pandashells
pandashells copied to clipboard
:panda_face: Bringing the python data stack to the shell prompt
# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine README.md. 2. Search for `resultes`. # Expected Behaviour 1. Should read `results`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...
Figured out how to get this working with osx. Notes here for adding to documentation. Add dockerfile from pydockerize with docker-compose and env file for pandashells install Follow these [instructions](https://medium.com/@mreichelt/how-to-show-x11-windows-within-docker-on-mac-50759f4b65cb)...
As there is already an option for TSV input, it would be nice to have a corresponding output option.
Hi, thanks for building such a great project! It works really well for csv data. However I wonder if there is any plan to support excel files? Pandas already provides...
The way p.crypt works with openssl makes it pretty brittle due to variations of the openssl tool that can be installed on different systems. I need to write this tool...
I would like to make small modifications to the `p.crypt` tool. I would like to allow it to create hex-encoded output, and I would like for it to be able...
Docker container environment that provides all dependencies for pandasshells.
In the README, the pip installation method is show as such with the assumption that this is a one-stop-shop command that will pull everything necessary in. `pip install pandashells[full]` However,...
Add a new switch to the p.crypt tool. `--github [username]` If username not specified, encrypts with public key in ~/.ssh If username specified, ecrypts with that github users public key...