npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

datapilot-cli

v1.7.1

Published

Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform

Readme

DataPilot 🚁📊

Turn any data file into insights in 30 seconds

DataPilot analyzes your CSV, Excel, JSON, and other data files to give you instant statistical insights - perfect for students, researchers, and anyone working with data.

🚀 Three Ways to Use DataPilot

Option 1: 📦 No Installation (Easiest)

# Just run this with your file - no setup needed!
npx datapilot-cli all your-data.csv

Option 2: 🔧 Install Once, Use Everywhere

# Install once
npm install -g datapilot-cli

# Then use anytime
datapilot all your-data.csv

Option 3: 📥 Download & Run

# Download the project
git clone https://github.com/Mrassimo/datapilot.git
cd datapilot
npm install && npm run build

# Use it
node dist/datapilot.js all your-data.csv

📊 The Three Commands You Need

1. all - Complete Analysis (Most Popular)

Get everything: statistics, data quality, charts, and ML recommendations

npx datapilot-cli all sales-data.csv
npx datapilot-cli all survey-results.xlsx
npx datapilot-cli all experiment-data.json

2. quality - Check Your Data Health

Find missing values, outliers, and data problems

npx datapilot-cli quality messy-data.csv

3. eda - Statistical Analysis

Get averages, distributions, correlations, and more

npx datapilot-cli eda research-data.csv

💡 Real Examples

For Students:

# Analyze your survey data
npx datapilot-cli all class-survey.csv

# Check your experiment results
npx datapilot-cli quality lab-results.xlsx

For Researchers:

# Analyze multiple data files together
npx datapilot-cli all participants.csv measurements.csv

# Get publication-ready statistics
npx datapilot-cli eda research-data.csv > analysis-report.txt

For Business Analysis:

# Analyze sales data
npx datapilot-cli all quarterly-sales.xlsx

# Check data before presenting
npx datapilot-cli quality customer-data.csv

🎯 Pro Tips

  • Save results: Add > report.txt to save analysis to a file
  • Multiple files: List multiple files to find relationships between them
  • AI-ready: Perfect output format for ChatGPT, Claude, and other AI tools
  • Works everywhere: Mac, Windows, Linux - no special setup needed

🔧 What File Types Work?

✅ CSV files (.csv)
✅ Excel files (.xlsx, .xls)
✅ JSON files (.json)
✅ TSV files (.tsv)
✅ Parquet files (.parquet)

❓ Common Questions

Q: The command isn't working on Windows
A: Use npx datapilot-cli instead of just datapilot

Q: My file is really big and it's slow
A: Add --memory-limit 2gb to your command

Q: Can I use this with ChatGPT/Claude?
A: Yes! The output is designed to work perfectly with AI assistants

Q: Need more help?
A: Run npx datapilot-cli --help or check our detailed documentation

📚 More Resources


Transform your data into insights in seconds! 🚁📊