
Skill
pandas-patterns
perform data analysis with pandas and matplotlib
Description
Common pandas and matplotlib patterns for data analysis and visualization
SKILL.md
Data loading
Use pd.read_csv() for CSV files. Always check df.info() and df.describe() first.
Visualization
Use matplotlib for bar charts, seaborn for statistical plots.
Save figures with plt.savefig("output.png", dpi=150, bbox_inches="tight").
Reporting
Write a markdown summary to report.md alongside any generated charts.
More skills from the docs repository
View all 2 skillsMore from LangChain
View publisheranalyze-market
perform market analysis and size estimation
deepagents
Apr 18MarketingResearchSalesStrategyarxiv-search
search arXiv for academic research papers
deepagents
May 13ResearchSearchblog-post
write SEO-optimized blog posts
deepagents
Apr 15Content CreationMarketingSEOWritingcompetitor-analysis
analyze competitors and market positioning
deepagents
Apr 18Competitive IntelligenceMarketingResearchStrategydeepagents-thread-inspector
inspect local Deep Agents conversation threads
deepagents
Jul 24AgentsDebuggingLangChainSQLitelanggraph-docs
build stateful agents with LangGraph
deepagents
May 13AgentsDocumentationLangGraphMulti-Agent