How to determine which points fall inside a specific polygon using GeoPandas.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٬٢١٦ من skills من cxcscmu/SkillLearnBench. افتح أي skill لمراجعة مصدره وتفاصيله.
cxcscmu/SkillLearnBenchعرض ٤٠ من أصل ١٬٢١٦ skills مجمعة.
How to determine which points fall inside a specific polygon using GeoPandas.
لغة النص الأصلي: الإنجليزية
Patterns for cross-referencing multiple data sources (products, employees, etc.) to answer complex business questions.
لغة النص الأصلي: الإنجليزية
Provides techniques for parsing and extracting data from JSON files in Python.
لغة النص الأصلي: الإنجليزية
Techniques to find specific data points in nested Python dictionaries using recursion.
لغة النص الأصلي: الإنجليزية
A skill for parsing and analyzing SEC Form 13F TSV files, including COVERPAGE, INFOTABLE, and SUMMARYPAGE, using pandas.
لغة النص الأصلي: الإنجليزية
A skill for finding best string matches in datasets using fuzzy matching libraries like fuzzywuzzy or rapidfuzz.
لغة النص الأصلي: الإنجليزية
Security and Jackson deserialization issues in Apache Druid, focusing on property bypasses.
لغة النص الأصلي: الإنجليزية
Fetch repository metrics, issues, and pull requests over a specific date range using the GitHub Search API.
لغة النص الأصلي: الإنجليزية
Parse datetime strings and compute time durations/averages for datasets (like PR merge times) in Python.
لغة النص الأصلي: الإنجليزية
Using Hugging Face TRL library for building custom trainers for Preference Optimization methods like DPO, SimPO, etc.
لغة النص الأصلي: الإنجليزية
Guide on understanding and implementing the SimPO (Simple Preference Optimization) loss function for language models.
لغة النص الأصلي: الإنجليزية
A skill for replacing placeholders and handling conditional blocks in python-docx.
لغة النص الأصلي: الإنجليزية
Extracts text from PDF, DOCX, and PPTX files using Python.
لغة النص الأصلي: الإنجليزية
Classifies text into predefined categories using keyword matching heuristics.
لغة النص الأصلي: الإنجليزية
Guide for using Circe in Scala 2.13 for parsing and generating JSON, specifically when translating Python JSON handling.
لغة النص الأصلي: الإنجليزية
Guide for creating functional fluent builders in Scala.
لغة النص الأصلي: الإنجليزية
Guide for translating Python TypeVars and generics to Scala covariant and contravariant types.
لغة النص الأصلي: الإنجليزية
Guide for translating Python @overload and dynamic typing (Any, Union) to Scala method overloading and type matching.
لغة النص الأصلي: الإنجليزية
Extracts vector graphics, colors, and text from PDF files using PyMuPDF to analyze calendars or visual schedules.
لغة النص الأصلي: الإنجليزية
Uses regular expressions to parse dates, time ranges, and durations from natural language text like meeting requests.
لغة النص الأصلي: الإنجليزية
Guide for creating clustered bubble charts using D3.js force simulations (v6+), including collision and categorization.
لغة النص الأصلي: الإنجليزية
Guide for linking D3.js SVG visualizations with DOM elements like HTML tables for bidirectional interactivity (hover, click, highlight).
لغة النص الأصلي: الإنجليزية
Calibrating the General Lake Model (GLM) by modifying parameter bounds for lake simulation.
لغة النص الأصلي: الإنجليزية
Matching observations with simulated data using exact datetime and rounded depth merges in pandas.
لغة النص الأصلي: الإنجليزية
Reading and processing NetCDF outputs from models like GLM using Python and xarray.
لغة النص الأصلي: الإنجليزية
Using Python and Pandas to analyze large CSV datasets and filter based on specific criteria like budget, location, and amenities.
لغة النص الأصلي: الإنجليزية
Algorithmic planning of itineraries avoiding specific transport modes and allocating time based on budget constraints.
لغة النص الأصلي: الإنجليزية
Convert images to grayscale in-place.
لغة النص الأصلي: الإنجليزية
Count occurrences of a template in a target image.
لغة النص الأصلي: الإنجليزية
Extract key frames (I-frames) from video files using FFmpeg.
لغة النص الأصلي: الإنجليزية
Using openpyxl to read, write, and modify Excel files while preserving formatting and using formulas.
لغة النص الأصلي: الإنجليزية
Guidelines for applying Anthropic's visual identity and brand tokens in technical and marketing artifacts.
لغة النص الأصلي: الإنجليزية
Technical image generation using Python's Pillow library. Use this when you need to programmatically create diagrams, posters, or technical drawings.
لغة النص الأصلي: الإنجليزية
Rules for rhyming in poetry based on modern Mandarin (Pinyin).
لغة النص الأصلي: الإنجليزية
Rules for composing Chinese seven-character regulated verse (Qi Yan Lv Shi).
لغة النص الأصلي: الإنجليزية
Methods for programmatically filling PDF forms (AcroForms) and saving the results using pypdf.
لغة النص الأصلي: الإنجليزية
Techniques for inspecting PDF form fields and their properties using Python libraries like pypdf.
لغة النص الأصلي: الإنجليزية
Implementation of a custom distance metric for DBSCAN clustering using scipy and sklearn.
لغة النص الأصلي: الإنجليزية
Greedy matching algorithm to pair predicted cluster centroids with ground truth points for F1 and distance metrics.
لغة النص الأصلي: الإنجليزية
Efficiently perform hyperparameter grid search using parallel processing.
لغة النص الأصلي: الإنجليزية