spatialdata
Spatial omics data storage, processing, and Python profiling
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmemray
Profile Python memory allocations and generate temporal flamegraph HTML reports.
profimp
Profile Python import times and generate an HTML waterfall report.
pyspy
Profile Python script CPU time with py-spy and output speedscope JSON.
Frequently Asked Questions
FAQPage SchemaHow to install spatialdata?โผ
Run `npx skills add scverse/spatialdata --all -g -y` in your terminal to install all skills in this suite globally.
What is spatial omics data?โผ
Spatial omics data captures molecular measurements like gene expression mapped to their physical locations in tissue samples. SpatialData provides a standard format to store, query, and analyze this data.
How to find memory leaks in Python scripts?โผ
The memray skill runs your script under memory profiling and generates a temporal flamegraph in the browser, showing allocation patterns and leaks over time.
How to profile slow Python code?โผ
The pyspy skill records CPU execution time and opens an interactive speedscope report, helping you pinpoint the slowest functions in your script.
Why is my Python import so slow?โผ
The profimp skill measures import times and produces a waterfall report showing exactly which modules and sub-imports slow down your startup.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web