Skip to main content

export medpc data to excel file and generate user defined variables

Project description

medpc2excel

medpc2excel is a Python package for convert single or multiple medpc data file into Excels. medpc2excel can also return a pandas DataFrame for further analysis

Installation

I recommend installing an Anaconda distribution of Python -- Choose Python 3.7.

Use the package manager pip to install medpc2excel. Current version is 3.1.0

pip install medpc2excel

To upgrade medpc2excel (package here), run the following in the environment:

pip install medpc2excel --upgrade

Version updating note

Add data explorer to visualize timestampe data

Configure *.MPC file

Please include a medpc protocol file (*.MPC) that you used for behavior task. The file name of this MPC file should be the same as in the medpc data file. The medpc2excel will open the medpc data file and automatically search the used *.MPC file in the same directory. In *.MPC file, please explicitly declare each array as below:

<... your MPC code...>

    DIM C =9999  \ Levertype                     
    DIM D =9999  \ PelHLON                       
    DIM E =9999  \ PelHLOFF   

<... your MPC code ...>

Running medpc2excel

The most quickest way to start is to open the GUi from a command line terminal in anaconda cmd prompt:

python -m medpc2excel

You also can import this module and use the function called medpc_read as following

from medpc2excel import medpc_read

f = <file path>

ts_df, log = medpc_read(f, override = True, replace = False) # return a timestamp dataframe and a log string

Please download the Example folder to your local disk and run the medpc2excel_example.py to give a try.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate

Dependencies

Pandas
Numpy
dill
openpyxl

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

medpc2excel-2.0.1.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

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

medpc2excel-2.0.1-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file medpc2excel-2.0.1.tar.gz.

File metadata

  • Download URL: medpc2excel-2.0.1.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3

File hashes

Hashes for medpc2excel-2.0.1.tar.gz
Algorithm Hash digest
SHA256 5d78f74e2130bb02c4888cf1174f896e41d0ddee953ae106a73e1a74edca190d
MD5 1a1dc4a8ea33389d90aa67b48aa05d1f
BLAKE2b-256 691443d6001db0189cbaeaaa8bf91da45b8e73bc43949226b4e054b97788d83c

See more details on using hashes here.

File details

Details for the file medpc2excel-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: medpc2excel-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3

File hashes

Hashes for medpc2excel-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a43670eaeb4e4b37615a50abe0daf5bd816ef5234a1a95472572068952c7e955
MD5 9314a310a2fb53e8b1634e07c79e345f
BLAKE2b-256 2e010f4836f04f4a54e5d02813e5060de1b971be0e9061655d229f144533bb82

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