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

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

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

4 个仓库

Awesome GitHub RepositoriesTabular Data Organization

Tools for grouping, filtering, and summarizing structured tabular datasets.

Distinguishing note: Shortlist candidates focused on medical images or org settings; this is general tabular data organization.

Explore 4 awesome GitHub repositories matching data & databases · Tabular Data Organization. Refine with filters or upvote what's useful.

Awesome Tabular Data Organization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mleibman/slickgridmleibman 的头像

    mleibman/SlickGrid

    6,945在 GitHub 上查看↗

    SlickGrid is a high-performance JavaScript data grid and virtualized data table designed to render large datasets in the browser. It functions as a web spreadsheet component and tabular data manager, utilizing virtual scrolling to maintain responsiveness when displaying hundreds of thousands of entries. The library employs a canvas-based UI system to draw grid lines and elements, reducing the total number of DOM nodes. It separates raw data from visual presentation through column-based mapping and uses a formatter pipeline to transform data values into HTML strings. Capabilities include row

    Groups and filters rows while applying custom aggregators to summarize information within a structured grid.

    JavaScript
    在 GitHub 上查看↗6,945
  • mrdbourke/zero-to-mastery-mlmrdbourke 的头像

    mrdbourke/zero-to-mastery-ml

    5,839在 GitHub 上查看↗

    本项目是一个机器学习教育课程和学习平台,通过交互式 Jupyter Notebooks 提供。它作为掌握 Python 数据科学工具包的综合指南,为数值计算、表格数据操作和统计可视化提供结构化教程。 该课程包括 Scikit-Learn 的具体实现指南,以及关于构建、训练和部署神经网络及计算机视觉模型的 TensorFlow 实践课程。它涵盖了构建预测模型的端到端过程,从初始问题定义和任务分类,到通过交互式 Web 界面部署模型。 该项目涵盖了广泛的功能领域,包括多维数组的数值计算、探索性数据分析和数据预处理例程。它为监督和无监督学习、自动化机器学习流水线、超参数优化以及使用分类指标和交叉验证的模型评估提供了详细的工作流。 教育内容组织为一系列 Notebook,将 Python 代码与叙述性解释交织在一起,以记录数据科学工作流。

    Teaches how to build dataframes and series from dictionaries or lists to organize data for analysis.

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    在 GitHub 上查看↗5,839
  • javascriptdata/danfojsjavascriptdata 的头像

    javascriptdata/danfojs

    5,050在 GitHub 上查看↗

    Danfo.js 是一个 JavaScript 数据分析和预处理库,提供高性能的标签化数据结构。它实现了数据帧(DataFrames)和序列(Series),以支持复杂的数据分析、统计计算和结构化表格数据的操作。 该项目作为一个机器学习预处理库,提供用于分类标签编码、独热编码(One-hot encoding)以及数值特征缩放和标准化的实用程序。它特别促进了将标签化数据结构转换为张量(Tensors)以进行模型训练和评估的过程。 该库涵盖了广泛的能力,包括描述性统计、合并和连接等关系操作以及时间序列处理。它包括用于数据清洗、过滤和分组的工具,以及用于直接从数据帧生成交互式图表和绘图的视觉化界面。 该系统支持通过 CSV、JSON 和 Excel 格式导入和导出数据。

    Builds dataframes and series from JSON objects, arrays, tensors, and dictionaries.

    TypeScriptdanfojsdata-analysisdata-analytics
    在 GitHub 上查看↗5,050
  • trigaten/learn_promptingtrigaten 的头像

    trigaten/Learn_Prompting

    4,709在 GitHub 上查看↗

    Learn_Prompting 是一个专注于提示词工程(prompt engineering)的教育项目,提供了制作有效输入并提高生成式 AI 输出质量所需的原则和技术。 该项目涵盖了增强推理、可靠性和输出质量的高级提示词策略。这包括任务分解、思维链(chain-of-thought)推理,以及使用少样本(few-shot)和零样本(zero-shot)引导的技术。它还通过研究提示词注入(prompt hacking)、漏洞分析和隐私审计来解决模型安全问题,以防止敏感数据泄露。 其范围扩展到生成式 AI 在多种媒体和工作流中的实际应用,包括文本生成、照片级图像创建和视听制作。它进一步涵盖了自主智能体(autonomous agents)的开发、AI 辅助编程,以及用于营销和通信的业务工作流自动化。 该项目为模型优化、评估以及在交互式实验环境中管理提示词生命周期提供了资源。

    Teaches how to use prompting to transform raw, unstructured text into organized tabular formats.

    MDXchatgptchatgpt-apideep-learning
    在 GitHub 上查看↗4,709
  1. Home
  2. Data & Databases
  3. Tabular Data Organization

探索子标签

  • Tabular Structure CreationBuilding dataframes and series from dictionaries or lists to organize data for analysis. **Distinct from Tabular Data Organization:** Focuses on the instantiation of tabular structures rather than the subsequent organization or filtering