7 Repos
Capabilities to apply user-defined functions across multiple columns of a tabular dataset.
Distinct from Virtual Column Functions: Candidates focus on virtual columns or specific signal columns, not general-purpose function application across a sequence of columns.
Explore 7 awesome GitHub repositories matching data & databases · Custom Column Functions. Refine with filters or upvote what's useful.
This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p
Provides examples of executing custom functions across every row or column of a tabular dataset.
Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo
Maps custom column names in datasets to expected conversation fields for flexible data loading.
Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip
Maps dataset column names to conversation message fields for fine-tuning workflows.
Dieses Projekt ist ein Wissensdatenbank-Plugin und RAG-Kontextmanager, der eine lokale Vektordatenbank-Schnittstelle nutzt, um semantische Suche und Beziehungsmapping zu ermöglichen. Es transformiert Text in numerische Vektoren, um semantisch verwandte Notizen und Auszüge basierend auf konzeptioneller Bedeutung statt nur nach Schlüsselwortübereinstimmungen zu finden. Das System zeichnet sich durch einen semantischen Graph-Visualisierer aus, der Notizen in Clustern abbildet, um konzeptionelle Verbindungen aufzudecken. Es verfügt zudem über einen Kontextmanager, der lokale Notizen und Auszüge in wiederverwendbare Pakete bündeln kann, um fundierte Faktenbasen für Konversationen mit großen Sprachmodellen bereitzustellen. Das Tool deckt eine breite Palette an Funktionen ab, darunter die Abfrage von natürlichsprachlichem Wissen, die automatisierte Workflow-Ausführung für die Notizerstellung und die Möglichkeit, Prompts zwischen lokalen und Cloud-basierten KI-Modellen zu routen. Es bietet verschiedene Discovery-Schnittstellen, wie z. B. Inline-Indikatoren für verwandte Inhalte und ein Fußzeilen-Panel zum Einblenden ähnlicher Dokumente während des Bearbeitungsprozesses.
Uses custom functions in formula columns to retrieve connection scores or related links.
dplyr is an R data manipulation library that provides a grammar for transforming tabular data frames. It functions as an in-memory data frame processor and a relational data algebra tool, using a consistent set of verbs to filter, select, and summarize data. The project includes a SQL translation engine that converts high-level data manipulation expressions into optimized queries. This allows users to perform transformations directly on remote relational databases and cloud storage without pulling data locally. The library covers a broad range of tabular operations, including column mutation
Executes user-defined functions across multiple columns identified by their names, positions, or properties.
dcat-admin ist ein Laravel-Admin-Panel-Framework, das verwendet wird, um datengesteuerte Administrationsschnittstellen schnell zu erstellen. Es fungiert als CRUD-Generator und Backend-Scaffolding-Tool, das automatisch Schnittstellen zum Erstellen, Lesen, Aktualisieren und Löschen basierend auf Datenbanktabellenschemata produziert. Das System zeichnet sich durch eine plugin-basierte Erweiterungsarchitektur und die Möglichkeit aus, mehrere unabhängige administrative Instanzen innerhalb einer einzigen Installation auszuführen. Es bietet spezialisierte Tools für das Mapping externer APIs auf Formulare und Tabellen sowie einen ereignisgesteuerten Formular-Lebenszyklus für die Ausführung benutzerdefinierter Logik während der Auflösung und Übermittlung. Das Framework deckt ein breites Spektrum an Funktionsbereichen ab, einschließlich rollenbasierter Zugriffskontrolle für die Verwaltung hierarchischer Berechtigungen, einer umfassenden Suite von Datenverwaltungs-Grids mit Inline-Bearbeitung und mehrstufigen Formular-Workflows. Es enthält zudem Datenvisualisierungstools für operative Dashboards und eine Vielzahl von Content-Handling-Utilities für stückweise große Datei-Uploads und Rich-Text-Bearbeitung. Kommandozeilen-Utilities werden bereitgestellt, um die Generierung administrativer Komponenten und Action-Klassen zu automatisieren.
Allows adding custom methods to column classes via macros for project-specific data rendering in grids.
DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous memory. It functions as a statistical analysis framework and time series analysis toolkit, providing the means to store, index, and transform multidimensional datasets. The project distinguishes itself through a high-performance execution model that utilizes column-major storage, SIMD-aligned memory allocation, and a thread-pool for parallel computations. It employs a visitor-based algorithm dispatch system and policy-driven transformations to decouple data processing logic f
Applies custom user-defined functions across multiple columns of a tabular dataset.