Skip to content

ccbreuning/pround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pround

This package provides the functionality to create excel and LaTeX tables with some measured data. If the measured data has error the values are rounded accordingly (see rounding).

Requirements

This package uses different external packages that need to be installed:

All can be installed with pip:

pip install numpy pandas uncertainties

Installation

Download/Clone this repository, cd into is and run

pip install .

Usage

There are a few examples in the examples folder.

Rounding

This package uses the uncertainties package, so the rounding that is used there is also used here (should be rounding up at 5 and above). If a data point has an error the error is rounded at the first significant digit, except this is a 1 or 2, then one digit after that (maximal 2 digits). The value is rounded at the same precision as the error.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages