Toolverse
All skills

data-transform

by Starlitnightly

Transform, clean, reshape, and preprocess data using pandas and numpy. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps

About this skill

Transform, clean, reshape, and preprocess data using pandas and numpy. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

How to use

  1. Zainstaluj wymagane biblioteki: pandas, numpy i scikit-learn. Możesz to zrobić za pomocą pip install pandas numpy scikit-learn.

  2. Załaduj swoje dane do ramki danych pandas za pomocą pd.read_csv() lub innej odpowiedniej metody wczytywania (Excel, JSON, SQL itp.).

  3. Sprawdź jakość danych: wyświetl liczbę brakujących wartości za pomocą df.isnull().sum(), zidentyfikuj duplikaty i anomalie. To pomoże Ci zdecydować, które kroki czyszczenia są potrzebne.

  4. Wyczyść dane poprzez usunięcie duplikatów (drop_duplicates()), obsługę brakujących wartości (fillna() lub dropna()) oraz usunięcie wartości odstających metodą IQR lub inną wybraną techniką.

  5. Normalizuj lub skaluj cechy numeryczne za pomocą StandardScaler, MinMaxScaler lub RobustScaler z sklearn, w zależności od charakteru Twoich danych i algorytmu, który zamierzasz zastosować.

  6. Przekształć dane kategoryczne: użyj LabelEncoder do kodowania porządkowego lub OneHotEncoder do kodowania nominalnego. Zmień format danych między formatem szerokim (wide) a długim (long) za pomocą pivot() lub melt() jeśli jest to konieczne.

Related skills

pmbok-project-management

by jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas

DevOps
21133

cloudflare-manager

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun

DevOps
20122

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

turborepo

by vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

DevOps
1066