No project description provided
Project description
clipd — Command Line Interface for Pandas
A lightweight terminal-native CLI tool for exploring, cleaning, and transforming CSV data using the power of Pandas — right from your command line.
- Built using Typer, Rich and Panda.
- Designed for speed, control and effortless ETL
Current Available Functions
Here's what clipd can do right now:
Initialise Clipd
clipd initInitialisesclipdin the current directory.
File Management
-
clipd connect <file.csv>
Connects a dataframe file for processing. All operations will apply to this active file. (Make sure the file exists in the directoryclipdis initialised in) -
clipd disconnect
Safely disconnects the currently active file.
Data Description
clipd describe
Provides a detailed overview of the connected file. Supports flags like--head,--tail,--all,--null,--uniqueetc.
Log Management
-
clipd log
View structured logs of all operations performed during the session. Supports flags like '--lines 8` to veiw exact number of log lines. -
clipd log clear
Cleanly wipes the operation history.
Error Handling
- Clean, readable terminal error messages with helpful guidance.
- No cryptic stack traces
Exporting
- Export your transformed dataset to various formats:
clipd export: defaults to CSV. Also supports:.xlsx.json
Once installed, here’s how clipd commands feel in your terminal workflow:
clipd init
clipd connect <file>
clipd describe
clipd describe --head
clipd describe --null
clipd describe --unique --dtypes
clipd export --filename yadh --xlsx
clipd disconnect
clipd log
clipd log clear
Future Prospects
As the soul and sole developer, I add new functionalities and fix bugs in the code every day.
- Expand to all major Pandas commands
- Git style verson-control for dataframes
- Pipeline support
- Export the clipd actions as a .py/.ipynb file.
- Perform basic ML algorithms.
Author
Made with love and --force by Yadhnika Wakde
I hope clipd grows into a useful tool and makes etl easier and faster.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clipd-0.1.4.tar.gz.
File metadata
- Download URL: clipd-0.1.4.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb02cb00527e57d1f0618ad030c7c2853c00a43c2076762749b526a3fd632c48
|
|
| MD5 |
268f0ea9ed80a7b8c391a464859ca04f
|
|
| BLAKE2b-256 |
7b1bdebf72d12742067b8a11400ba0f9fc3ec95d45be5e04f807cdcde0de20be
|
File details
Details for the file clipd-0.1.4-py3-none-any.whl.
File metadata
- Download URL: clipd-0.1.4-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
898c33f9f98a4d2d1611b6eb2336490379ef83b987914612f2a2b4503c522685
|
|
| MD5 |
97d0e54278d339f6b7b4e667460e6355
|
|
| BLAKE2b-256 |
de60c5037f76137994f8c5900ec844145b251b81ccce649ff3a2384d0039e9d2
|