awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jeroenjanssens avatar

jeroenjanssens/data-science-at-the-command-line

0
View on GitHub↗
3,952 星标·767 分支·HTML·6 次浏览datascienceatthecommandline.com↗

Data Science At The Command Line

该项目提供了一个使用命令行工具和脚本执行数据科学任务的框架。它专注于直接在终端内处理和分析文本及结构化数据。

其方法核心在于使用 Unix 管道在独立进程之间传输数据,并利用 Shell 脚本自动化重复的数据科学工作流。它使用 CSV 等纯文本交换格式在不同工具之间移动信息。

功能领域包括基于文本的数据处理、命令行数据分析和基于终端的数据可视化。这些功能通过将离散的可执行程序链接成线性转换管道来实现。

Features

  • Command Piping - Connects independent command-line utilities by streaming data from one process to another using Unix pipes.
  • Data Analysis and Processing - Performs data manipulation and visualization tasks directly within the terminal using scripts and utilities.
  • Data Science and Analysis - Provides a framework for data exploration, manipulation, and analysis using command-line tools.
  • Command-Line Data Processors - Analyzes datasets using high-performance terminal tools for quick calculations and data manipulations.
  • Plain-Text Data Handlers - Uses universal plain-text formats like CSV and TSV for seamless data exchange between diverse terminal tools.
  • Scripted Workflow Automations - Automates repetitive data science tasks by chaining terminal commands into repeatable executable scripts.
  • Standard Stream Piping - Creates linear transformation pipelines by streaming data between independent processes using standard I/O.
  • Shells & Scripting - Uses shell scripting to orchestrate sequences of command-line calls for data cleaning and processing.
  • Modular Program Composition - Implements a modular architecture by chaining independent command-line utilities into complex analysis workflows.
  • Standard Stream Interfaces - Leverages standard input and output streams to decouple data producers from consumers within the pipeline.
  • Text Processing Utilities - Cleans and transforms raw text files into structured formats using standard command-line utilities.
  • Text Stream Manipulations - Processes data as sequences of characters and lines for rapid filtering and transformation via shell pipes.
  • Terminal Data Visualizations - Renders simple charts and visual representations of data directly within the command line interface.
  • Data Wrangling and Processing - Brings data science workflows to the terminal environment.

Star 历史

jeroenjanssens/data-science-at-the-command-line 的 Star 历史图表jeroenjanssens/data-science-at-the-command-line 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

jeroenjanssens/data-science-at-the-command-line 是做什么的?

该项目提供了一个使用命令行工具和脚本执行数据科学任务的框架。它专注于直接在终端内处理和分析文本及结构化数据。

jeroenjanssens/data-science-at-the-command-line 的主要功能有哪些?

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 有哪些开源替代品?

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…

Data Science At The Command Line 的开源替代方案

相似的开源项目,按与 Data Science At The Command Line 的功能重合度排序。
  • bensadeh/tailspinbensadeh 的头像

    bensadeh/tailspin

    7,875在 GitHub 上查看↗

    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

    Rustcczecolorizercolors
    在 GitHub 上查看↗7,875
  • red-data-tools/youplotred-data-tools 的头像

    red-data-tools/YouPlot

    4,761在 GitHub 上查看↗

    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

    Rubyclicsvruby
    在 GitHub 上查看↗4,761
  • amperser/proselintamperser 的头像

    amperser/proselint

    4,542在 GitHub 上查看↗

    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

    JavaScript
    在 GitHub 上查看↗4,542
  • kedro-org/kedrokedro-org 的头像

    kedro-org/kedro

    10,889在 GitHub 上查看↗

    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

    Python
    在 GitHub 上查看↗10,889
  • 查看 Data Science At The Command Line 的所有 30 个替代方案→