Skip to main content

A simple csv data analyse tool.

Project description

Conditional Game Data Analyse Tool (CGAT)

This package contains a simple csv data analyse GUI which I created for a friend of mine to help him with his data analysis.

Python version badge Maintained badge License badge

CGDAT LOGO

Installation

Installation

Install using the python package index (PyPi)

OS X & Linux:

pip install cgdat

Windows:

pip install cgdat

Development setup

If you want to manually install the python package please fork from github and run the following commands:

python setup.py build
python setup.py develop
python setup.py install

A overview of the CGDAT GUI.

Usage

This package can both be imported as a python package or run as a stand alone gui (see fig 1). To import the python package use import cgdat. To use as a stand alone package run the cgdat-gui cmd.

Tool interface

A overview of the CGDAT GUI window.

Fig 1: A overview of the CGDAT GUI.

Functions

This repository can be used to perform a simple csv game data filtering. The tool can filter a input data file based on:

  • Conditions:
    • Example: Speed > 10 & Acceleration < 5

  • A time section file:
    • A file containing a Start Time and End Time column specifying the sections where you want to apply the condition filter.

  • Player name:
    • In the gui you can specify for which players you want to conduct the analysis. For this option to work the input_data.csv file needs to contain a Name column.

Further you can add also add a safety padding to the data filtering. Meaning that the program will also include a number of samples before and after the specified conditions are met.

Console commands

This package also installs some additional console commands:

  • cgdat-gui - This will launch the CGDAT gui.

  • cgdat-shortcut - This will create a shortcut to launch the GUI on your desktop folder.

Further documentation

Additional documentation can be loaded in the GUI by clicking the documentation option in the help menu or pressing the F2 shortcut.

Additional information

Licence

This tool is licensed under the GPL open source license. You are therefore free use the source code in any way provided that you the original copyright statements.

Meta

Rick Staa - github page

Distributed under the GNU General Public License v3 (GPLv3). See LICENSE for more information.

Contributing

  1. Fork it (<https://github.com/rickstaa/CGDAT>)

  2. Create your feature branch (git checkout -b feature/fooBar)

  3. Commit your changes (git commit -am ‘Add some fooBar’)

  4. Push to the branch (git push origin feature/fooBar)

  5. Create a new Pull Request

Contributors

Credits

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

cgdat-2.2.0.tar.gz (7.5 MB view hashes)

Uploaded Source

Built Distribution

cgdat-2.2.0-py3-none-any.whl (7.7 MB view hashes)

Uploaded Python 3

Supported by

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