该项目提供了一个使用命令行工具和脚本执行数据科学任务的框架。它专注于直接在终端内处理和分析文本及结构化数据。
jeroenjanssens/data-science-at-the-command-line 的主要功能包括:Command Piping, Data Analysis and Processing, Data Science and Analysis, Command-Line Data Processors, Plain-Text Data Handlers, Scripted Workflow Automations, Standard Stream Piping, Shells & Scripting。
jeroenjanssens/data-science-at-the-command-line 的开源替代品包括: bensadeh/tailspin — Tailspin is a regex-based text colorizer and terminal log viewer designed to transform plain text streams into… red-data-tools/youplot — YouPlot is a command line plotting utility and terminal data visualization tool used to render statistical plots and… amperser/proselint — Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in… kedro-org/kedro — Kedro is a data science pipeline framework and orchestration tool designed to build reproducible and modular data… mwouts/jupytext — Jupytext is a synchronization tool and text converter for Jupyter Notebooks. It transforms notebook files into plain… hadley/r4ds — r4ds is a data science curriculum and educational resource designed for mastering the R programming language. It…
Tailspin is a regex-based text colorizer and terminal log viewer designed to transform plain text streams into colorized output. It functions as a command line log highlighter and tailer that applies syntax highlighting to logs using regular expressions. The tool distinguishes itself through its ability to monitor files in real time and pipe live output through a highlighter. It recognizes and colors common data types such as IP addresses, UUIDs, HTTP methods, JSON objects, dates, and memory pointers. Users can define custom highlight styles and regex patterns to assign specific colors to uni
YouPlot is a command line plotting utility and terminal data visualization tool used to render statistical plots and charts directly within a terminal interface using Unicode characters. It functions as a Unix pipeline plotter, allowing users to visualize numerical data without leaving the shell. The project operates as a real-time data visualizer, drawing plots progressively as data streams into the system. It integrates into command line pipelines by reading data from standard input to provide real-time stream monitoring and data analysis. The tool covers a variety of rendering capabilitie
Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in written text. It scans documents against a curated registry of linguistic and typographic rules to maintain professional editorial standards and improve writing quality. The project functions as a command line text processor, a programmable analysis library, and a git pre-commit hook. Its modular architecture allows the core engine to be embedded into other applications, exposed via a REST API, or integrated into text editors. The tool supports recursive directory traversal
Kedro is a data science pipeline framework and orchestration tool designed to build reproducible and modular data engineering workflows. It functions as an MLOps project template and Python data workflow tool that enforces software engineering best practices to move projects from prototype to production. The system distinguishes itself through a centralized data catalog manager that abstracts data access and versioning across various file formats and cloud storage systems. It further separates processing logic from data access via a lazy-loading data registry and provides a standardized proje