skimpy
skimpy is a light weight tool that provides summary statistics about variables in data frames within the console.
File Explorer
Download Latest Version (.zip)- labeler.yml
- release.yml
- tests.yml
- dependabot.yml
- labels.yml
- release-drafter.yml
- conduct.qmd
- contributing.qmd
- features.qmd
- favicon.ico
- index.ipynb
- logo.png
- logo.py
- styles.css
- __init__.py
- __main__.py
- py.typed
- __init__.py
- test_main.py
- .cookiecutter.json
- .gitattributes
- .gitignore
- .nojekyll
- .pre-commit-config.yaml
- _quarto.yml
- CITATION.cff
- clean_readme.py
- codecov.yml
- great-docs.yml
- LICENSE
- Makefile
- noxfile.py
- pyproject.toml
- README.md
- uv.lock
- version_bumper.py
# Installation Guide
1. Get the code
git clone https://github.com/aeturrell/skimpy
Downloads the entire project code from GitHub to your computer.
cd skimpy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install skimpy
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install git+https://github.com/aeturrell/skimpy.git
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
