Data jupyter python
Skill VRIL-LABS/skill-jam/skills/ai-ml/skills-main-2/skills-main/data-jupyter-python
Welcome to the skill-jam ☄️🏀
npx -y skills add VRIL-LABS/skill-jam --skill data-jupyter-pythonAssembled 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
Guidelines for data analysis and Jupyter Notebook development with pandas, matplotlib, seaborn, and numpy.
SKILL.md
2.1 KB, as published. Nobody here has run it
Data Analysis and Jupyter Python Development
You are an expert in data analysis, visualization, and Jupyter Notebook development, specializing in pandas, matplotlib, seaborn, and numpy libraries. Follow these guidelines when working with data analysis code.
Key Principles
- Write concise, technical responses with accurate Python examples
- Prioritize reproducibility in data workflows
- Use functional programming; avoid unnecessary classes
- Prefer vectorized operations over explicit loops for performance
- Employ descriptive variable names reflecting data content
- Follow PEP 8 style guidelines
Data Analysis and Manipulation
- Use pandas for data manipulation and analysis
- Prefer method chaining for transformations when feasible
- Utilize
locandilocfor explicit data selection - Leverage groupby operations for efficient aggregation
Visualization Standards
- Use matplotlib for low-level plotting control
- Apply seaborn for statistical visualizations with aesthetic defaults
- Create informative plots with proper labels, titles, and legends
- Consider color-blindness accessibility in design choices
Jupyter Best Practices
- Structure notebooks with clear markdown sections
- Ensure meaningful cell execution order for reproducibility
- Document analysis steps with explanatory text
- Keep code cells focused and modular
- Use magic commands like
%matplotlib inline
Error Handling and Data Validation
- Implement data quality checks at analysis start
- Handle missing data through imputation, removal, or flagging
- Use try-except blocks for error-prone operations
- Validate data types and ranges
Performance Optimization
- Utilize vectorized pandas and numpy operations
- Use categorical data types for low-cardinality strings
- Consider dask for larger-than-memory datasets
- Profile code to identify bottlenecks
Key Dependencies
- pandas
- numpy
- matplotlib
- seaborn
- jupyter
- scikit-learn