Code Monkey home page Code Monkey logo

qtpandas's Introduction

QtPandas

Utilities to use pandas (the data analysis/manipulation library for Python) with Qt.

Project Information

Latest Release latest release
Package Status status
Build Status travis build status
PyPI pypi downloads

Codacy Badge Join the chat at https://gitter.im/qtpandas/Lobby# open issues closed issues

Requirements;

Python 3.4 or greater
Pthon 2.7 or greater
PyQt4

Install

To install run the following in the command prompt;

pip install qtpandas

If that doesn't work try installing the lastest version of easy gui;

pip install --upgrade git+https://github.com/robertlugg/easygui.git

If that doesn't work then please report an issue

To use, create a new Python script containing the following:

from PyQt4.QtCore import *
from PyQt4.QtGui import *

from qtpandas.views.CSVDialogs import CSVImportDialog

if __name__ == "__main__":
    from sys import argv, exit

    app = QApplication(argv)
    dialog = CSVImportDialog()
    dialog.show()
    app.exec_()

Examples

These can be found in QtPandas/examples.

  • BasicExmple.py

basic

  • Here is TestApp.py

testapp

Development

Wanna contribute?

Any feedback is apprecaited.

  • Report an issue
  • Check out the wiki for development info (coming soon!)
  • Fork us.

Forked from @datalyze-solutions's master.

qtpandas's People

Contributors

kaotika avatar zbarge avatar quiqua avatar mherrmann avatar westurner avatar

Watchers

James Cloos avatar Haiwei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.