Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohnMcCambridge/flenser
Flenser is a simple, minimal, automated exploratory data analysis tool.
https://github.com/JohnMcCambridge/flenser
Last synced: 15 days ago
JSON representation
Flenser is a simple, minimal, automated exploratory data analysis tool.
- Host: GitHub
- URL: https://github.com/JohnMcCambridge/flenser
- Owner: JohnMcCambridge
- License: mit
- Created: 2021-03-14T21:55:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T20:21:57.000Z (over 3 years ago)
- Last Synced: 2024-08-01T15:12:46.456Z (3 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 79
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flenser
*Have you ever been handed a dataset you've never seen before?*
Flenser is a simple, minimal, automated exploratory data analysis tool. It runs a set of simple tests against each column within a dataset,
and outputs a HTML file noting which tests trigger per column, alongside relevant outputs.Flenser is intended to be run at the earliest stages of data exploration, when you have no familiarity with the dataset.
It will do its best to tell you what is actually going on in the dataset, regardless of what is *supposed* to be going on in the dataset.Flenser is designed to be helpful, not 'helpful': it will not attempt to modify or make assumptions about your dataset. Instead it will apply each simple test,
to every column, and show you outputs that will allow your human brain to make decisions about what is actually going on.Additional tests can be added by modifying the `Test` dataclass.
### How to run
python3 flenser.py "*filename.csv*"Flenser will print its default list of nans. You may specify one or more additional nan values to use, as follows:
python3 flenser.py "*filename.csv*" "*nan1*" "*nan2*" "*nan3*" ...
### With thanks to
Recurse
Kelly F
Rebecca H
Azhad S
Shivam S
Christina M
Adam K
Edith V
Justin R