Skip to main content

This library provides several tools for your Python dataframes, such as graphics, Machine Learning alogrithms, and data analysis tools. All these functions will be applied to electrochemical Lithium-ion batteries.

Project description

PyStatsBatteries

PyStatsBatteries is a Python library for dealing with statistical and graphic tools for your dataframes.

This library provides several tools directly loaded into your virtual environment, and also example notebook on using this tools. It is maintained by a team of researchers at 'Laboratoire de Réactivité et Chimies du Solide', (Amiens, FRANCE), as part of ARTISTIC project.

Please, do not hesitate to discover the team of researchers behind the librairy and also the ARTISTIC project also involved : ARTISTIC

Setup

For installation and usage, it doesn't work with python2.x and under versions as there are dependencies issues. We ask you to get a virtual environment such as conda.

Note that you need to follow the way below :

  1. Clone the repository
  2. Enter into the directory at the root where the setup.py file is located

Now open a terminal and try theses command lines :

pip install PyStatsBatteries

or

python setup.py install

Example

There is an example notebook providing what the library is able to do. Check it directly on the Github page, or with Jupyter on your own session.

Run a test
from PyStatsBatteries.Descriptors import *
import pandas as pd

Data = pd.read_csv('path/to/your/dataframe.csv')

d = Descriptors()
d.Per_feature(Data, "Feature1")

Authors

  • Marc DUQUESNOY , Research Engineer

Contributing

Pull requests are not allowed. For more informations about the library, please contact the authors. Do not hesitate to ask them if inappropriate bugs occur.

License

This project is licensed under the GNU Public License

Contributors

@MarcDuquesnoy,

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PyStatsBatteries-0.0.2-py3-none-any.whl (7.2 kB 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