scientist-low
CommunityFast data exploration for quick insights.
AuthorTurnaboutHero
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a fast, lightweight environment for exploratory data analysis, enabling quick inspection, cleaning, and basic statistics on datasets.
Core Features & Use Cases
- Data loading and inspection
- Basic descriptive statistics
- Simple visualizations
- Data cleaning tasks
Quick Start
Load a dataset into a persistent REPL and begin by inspecting the head of the dataframe, computing basic statistics, and generating simple plots. Example: import pandas as pd df = pd.read_csv('data.csv') print(df.head()) print(df.describe()) import matplotlib.pyplot as plt df['column'].hist() plt.show()
Dependency Matrix
Required Modules
pandasmatplotlib
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: scientist-low Download link: https://github.com/TurnaboutHero/oh-my-antigravity/archive/main.zip#scientist-low Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.