Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

exploratory-data-analysis

Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats.

Setup

cd exploratory-data-analysis
python3 -m venv .venv && source .venv/bin/activate && pip install h5py numpy pandas -q

Environment variables

None.

Usage

python3 scripts/eda_analyzer.py --help

Dependencies

  • h5py
  • numpy
  • pandas