Utilities to use pandas (the data analysis / manipulation library for Python) with Qt.
Project description
# QtPandas
### Utilities to use pandas (the data analysis/manipulation library for Python) with Qt.
## Project Information
[![Join the chat at https://gitter.im/qtpandas/Lobby#](https://badges.gitter.im/qtpandas/lobby.svg)](https://gitter.im/qtpandas/Lobby#)
## Build Status
[![Travis status](https://travis-ci.org/draperjames/QtPandas.svg?branch=master)](https://travis-ci.org/draperjames/QtPandas)
Requirements;
> Python 3.x
> Pandas 20.0
> PyQt 4.7.8
To install run the following in the command prompt;
```
pip install git+https://github.com/zbarge/QtPandas.git
pip install --upgrade git+https://github.com/robertlugg/easygui.git
```
To use, create a new Python script containing the following:
```
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from panqt.views.CSVDialogs import CSVImportDialog
if __name__ == "__main__":
from sys import argv, exit
app = QApplication(argv)
dialog = CSVImportDialog()
dialog.show()
app.exec_()
```
Several examples can also be found in the exmples directory.
# Development
## Wanna contribute?
Join us on [gitter](https://gitter.im/qtpandas/Lobby#)
### TO DO:
- [x] Reach out to @kaotika and @datalyze-solutions
- [ ] Secure qtpandas namespace on pip.
- [ ] Wait for reply
- [ ] If no reply create new repo for QtPandas.
- [x] Create .travis.yml file.
- [x] integrate into README.md
- [ ] Add documentation.
- [ ] Add screen shots
- [ ] Create Wiki
- [ ] Make verison agnostic.
- [ ] Create specific Python version tests.
- [ ] Add Windows, Apple, and Linux tests.
- [ ] Consider adding functions seen in [Spyder IDE's dataframeeditor](https://github.com/spyder-ide/spyder/blob/f2b36f00f873cf4080087bfb529e6256b3e24792/spyder/widgets/variableexplorer/dataframeeditor.py)
- [ ] Sort
- [ ] Color coding
Forked from @datalyze-solutions's [master](https://github.com/datalyze-solutions/panqt).
### Utilities to use pandas (the data analysis/manipulation library for Python) with Qt.
## Project Information
[![Join the chat at https://gitter.im/qtpandas/Lobby#](https://badges.gitter.im/qtpandas/lobby.svg)](https://gitter.im/qtpandas/Lobby#)
## Build Status
[![Travis status](https://travis-ci.org/draperjames/QtPandas.svg?branch=master)](https://travis-ci.org/draperjames/QtPandas)
Requirements;
> Python 3.x
> Pandas 20.0
> PyQt 4.7.8
To install run the following in the command prompt;
```
pip install git+https://github.com/zbarge/QtPandas.git
pip install --upgrade git+https://github.com/robertlugg/easygui.git
```
To use, create a new Python script containing the following:
```
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from panqt.views.CSVDialogs import CSVImportDialog
if __name__ == "__main__":
from sys import argv, exit
app = QApplication(argv)
dialog = CSVImportDialog()
dialog.show()
app.exec_()
```
Several examples can also be found in the exmples directory.
# Development
## Wanna contribute?
Join us on [gitter](https://gitter.im/qtpandas/Lobby#)
### TO DO:
- [x] Reach out to @kaotika and @datalyze-solutions
- [ ] Secure qtpandas namespace on pip.
- [ ] Wait for reply
- [ ] If no reply create new repo for QtPandas.
- [x] Create .travis.yml file.
- [x] integrate into README.md
- [ ] Add documentation.
- [ ] Add screen shots
- [ ] Create Wiki
- [ ] Make verison agnostic.
- [ ] Create specific Python version tests.
- [ ] Add Windows, Apple, and Linux tests.
- [ ] Consider adding functions seen in [Spyder IDE's dataframeeditor](https://github.com/spyder-ide/spyder/blob/f2b36f00f873cf4080087bfb529e6256b3e24792/spyder/widgets/variableexplorer/dataframeeditor.py)
- [ ] Sort
- [ ] Color coding
Forked from @datalyze-solutions's [master](https://github.com/datalyze-solutions/panqt).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
panqt-0.2.2.tar.gz
(954.3 kB
view details)
Built Distribution
panqt-0.2.2-py3-none-any.whl
(994.0 kB
view details)
File details
Details for the file panqt-0.2.2.tar.gz
.
File metadata
- Download URL: panqt-0.2.2.tar.gz
- Upload date:
- Size: 954.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1172c97ec27fe6ee54fe266f6e69e837c98d9ebf125604695594a6786b22a0e |
|
MD5 | 1a556df477ab2ec4599467c7b4137c11 |
|
BLAKE2b-256 | 3bc7497e1771fc277ea7b2f9f5a6424b7a8c3553cb56b0a91261196248649896 |
File details
Details for the file panqt-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: panqt-0.2.2-py3-none-any.whl
- Upload date:
- Size: 994.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0f97e6f14cd844bb5199da2a353e5449e5b76faf8d569b43408fb79bd7a2d0b |
|
MD5 | 0b22760dde7df7d1daf1cf754c0f98c3 |
|
BLAKE2b-256 | f43a682e7214dc63212dd45bdafd0c8bbb18c8a640c508c560cd2ed7fb24038a |