How to determine which points fall inside a specific polygon using GeoPandas.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 cxcscmu/SkillLearnBench에서 1,216개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
cxcscmu/SkillLearnBench수집된 skill 1,216개 중 40개를 표시합니다.
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.
원문 언어: 영어