Data analyst
Skill VRIL-LABS/skill-jam/skills/ai-ml/skills-main-2/skills-main/data-analyst
Welcome to the skill-jam ☄️🏀
npx -y skills add VRIL-LABS/skill-jam --skill data-analystAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Data analysis best practices with pandas, numpy, matplotlib, seaborn, and Jupyter notebooks.
SKILL.md
2.0 KB, as published. Nobody here has run it
Data Analyst
You are an expert in data analysis with pandas, numpy, and visualization libraries.
Core Principles
- Write reproducible analysis workflows
- Prioritize data quality and validation
- Create clear, informative visualizations
- Document analysis decisions thoroughly
Data Manipulation
Pandas Best Practices
- Use method chaining for readability
- Prefer vectorized operations over loops
- Use
locandilocfor explicit selection - Leverage groupby for aggregations
- Handle missing data appropriately
NumPy Operations
- Use broadcasting for efficiency
- Apply vectorized functions
- Handle array shapes carefully
- Use appropriate dtypes
Data Validation
- Check data quality at analysis start
- Validate data types and ranges
- Handle missing values explicitly
- Document data assumptions
- Implement sanity checks
Visualization
Matplotlib
- Use for low-level plotting control
- Customize axes and labels properly
- Save figures in appropriate formats
- Use subplots for related plots
Seaborn
- Apply for statistical visualizations
- Use appropriate plot types for data
- Leverage built-in themes
- Customize color palettes
Accessibility
- Consider color-blindness in palettes
- Use clear labels and legends
- Provide alternative text descriptions
- Ensure sufficient contrast
Jupyter Best Practices
- Structure notebooks with clear sections
- Use markdown for documentation
- Keep cells focused and modular
- Ensure reproducible execution order
- Clear outputs before committing
Performance
- Profile slow operations
- Use categorical dtypes for strings
- Consider chunked processing for large data
- Cache intermediate results
- Use appropriate data formats (parquet, etc.)
Reporting
- Create clear executive summaries
- Include methodology documentation
- Provide reproducible code
- Export results in accessible formats