https://github.com/wtower/xlwings_query
Import, connect and transform data into Excel
https://github.com/wtower/xlwings_query
Last synced: 2 months ago
JSON representation
Import, connect and transform data into Excel
- Host: GitHub
- URL: https://github.com/wtower/xlwings_query
- Owner: Wtower
- License: mit
- Created: 2022-01-19T16:23:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T18:21:54.000Z (about 3 years ago)
- Last Synced: 2025-02-02T18:26:16.557Z (4 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xlwings_query
=============Import, connect and transform data into Excel.
Description
-----------The concept is to apply data transformations to a main query object.
When the data is ready, export it to an Excel table.
It is inspired by MS Power Query based in Python.
The target is to use the power of Pandas and overcome platform issues with Excel.Installation
------------The package is not yet available in Pypi. Git clone to a directory of choice and
pip install -e .