Skip to main content

Data Wrangler (dw)

Project description

Data Wrangler (dw)

License: MIT Python Python Python Python Python Python Python

dw is a data wrangling tool for command-line interface user.

  • Example

    $ cat abc.csv | dw csv to_markdown
    | a    | b    | c    |
    | ---- | ---- | ---- |
    | 1    | 1    | 1    |
    | 1    | 2    | 2    |
    | 2    | 1    | 3    |
    | 2    | 2    | 4    |
    
    $ cat abc.csv | dw csv pivot --field a --formula "sumc_c=sum(c)"
    | a    | sum_c |
    | ---- | ----- |
    | 1    | 3     |
    | 2    | 7     |
    

Setup

pip install git+https://github.com/MountainField/dw

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

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

python-dw-0.6.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_dw-0.6.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file python-dw-0.6.1.tar.gz.

File metadata

  • Download URL: python-dw-0.6.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for python-dw-0.6.1.tar.gz
Algorithm Hash digest
SHA256 6b05cbf70b6ef373866dd3f2bf790c995b93fafe9cc2f40fda44dc405c426179
MD5 8ea2a66f98c909b382fcc7bd8a2ea3ec
BLAKE2b-256 7a305c3157e88c084d45a60dcd290513288347c89b926721a2f2c8a14209ba70

See more details on using hashes here.

File details

Details for the file python_dw-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: python_dw-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for python_dw-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 59b7bc7f691eff903d83ffd8aa964f3a1c8d4dcfa66f4d2faa646377ac4bcd54
MD5 2a22b4603285647913683ec4bffe2a70
BLAKE2b-256 29ce93a439e74321aa1d55c7cd60d65968cb4c6c417bcf11649b3a768f5f2cdc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page