• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Summarise and explore Pandas DataFrames

lens

lens is a library for exploring data in Pandas DataFrames. It computes single column summary statistics and estimates the correlation between columns. We wrote lens when we realised that the initial steps of acquiring a new data set were almost formulaic: What data type is in this column? How many null values are there? Which columns are correlated? What's the distribution of this value? lens calculates all this for you.

See the documentation for more details.

Installation

lens can be installed from PyPI with pip:

pip install lens

Testing

Tests can be run using [tox](https://tox.readthedocs.io) (replace py37 with the version of python you wish to use to run the tests):

pip install tox
tox -e py37

License

lens is licensed under the Apache License, see LICENSE.txt for details.