src/skills/data_engineering/dataset_profiler/SKILL.md
Generate comprehensive dataset profiles
npx skillsauth add sadjad6/open-autonomous-research-lab dataset_profilerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate comprehensive dataset profiles
As first step in any analysis
pandas
from src.skills.data_engineering.dataset_profiler import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Run profiling before any transformations
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations