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

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

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

Open-source alternatives to BoolBuilder

30 open-source projects similar to apollozhu/boolbuilder, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BoolBuilder alternative.

  • iamseancheney/python_for_data_analysis_2nd_chinese_versioniamseancheney 的头像

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937在 GitHub 上查看↗

    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

    matplotlibnumpypandas
    在 GitHub 上查看↗8,937
  • hosseinmoein/dataframehosseinmoein 的头像

    hosseinmoein/DataFrame

    2,917在 GitHub 上查看↗

    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

    C++aicppdata-analysis
    在 GitHub 上查看↗2,917
  • teableio/teableteableio 的头像

    teableio/teable

    21,346在 GitHub 上查看↗

    Teable is a self-hosted relational data management tool and no-code PostgreSQL database. It provides a spreadsheet-like interface for managing and querying structured data, allowing users to interact with a professional database backend without writing manual SQL for every operation. The platform is an extensible low-code system that allows for the integration of custom plugins and extensions through a dedicated application bridge and marketplace. It enables the creation of tailored internal tools by adding new features or modifying behavior via these external extensions. The system covers a

    TypeScriptairtableairtable-alternativeapp-builder
    在 GitHub 上查看↗21,346

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • morvanzhou/tutorialsMorvanZhou 的头像

    MorvanZhou/tutorials

    12,952在 GitHub 上查看↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Pythonmachine-learningmultiprocessingneural-network
    在 GitHub 上查看↗12,952
  • datawhalechina/joyful-pandasdatawhalechina 的头像

    datawhalechina/joyful-pandas

    5,164在 GitHub 上查看↗

    This project is a comprehensive pandas data analysis tutorial and instructional guide designed for learning data manipulation and analysis. It serves as a tabular data processing guide and a manual for time series analysis, providing a structured approach to cleaning, merging, and transforming datasets. The repository functions as a data feature engineering course, providing tutorials on constructing and selecting dataset features to improve machine learning model performance. It also includes a vectorized data operations guide for performing element-wise mathematical computations and matrix

    Jupyter Notebookpandas
    在 GitHub 上查看↗5,164
  • scriban/scribanscriban 的头像

    scriban/scriban

    3,905在 GitHub 上查看↗

    Scriban is a text templating library and .NET scripting engine used for dynamic text generation. It functions as a template processor and a safe scripting sandbox, providing a secure execution environment that restricts object exposure to prevent unauthorized code execution. The project also includes an abstract syntax tree template parser that allows for programmatic template analysis and modification. The engine features a dedicated Liquid template engine and compatibility mode, allowing it to parse, execute, and convert templates written in Liquid syntax. It distinguishes itself through a

    C#handlebarsliquidmustache
    在 GitHub 上查看↗3,905
  • boxuancui/dataexplorerboxuancui 的头像

    boxuancui/DataExplorer

    546在 GitHub 上查看↗

    Automate Data Exploration and Treatment

    R
    在 GitHub 上查看↗546
  • boeing/config-file-validatorBoeing 的头像

    Boeing/config-file-validator

    507在 GitHub 上查看↗

    Cross-platform CLI tool to validate configuration files across 17 formats. Syntax and schema validation with JSON Schema, XSD, and SchemaStore integration. Written in Go.

    Gocli-toolcli-toolsconfig-validation
    在 GitHub 上查看↗507
  • andmarti1424/sc-imandmarti1424 的头像

    andmarti1424/sc-im

    5,638在 GitHub 上查看↗

    sc-im is a text user interface spreadsheet calculator and data manager. It provides a keyboard-driven environment for performing mathematical computations and managing data grids within a command line interface. The application is scriptable, supporting custom functions, event-driven triggers, and the integration of external scripts to automate calculation tasks. It further allows for the loading of external compiled modules at runtime to extend its mathematical capabilities. The system covers data management through row sorting, filtering, and subtotal calculations. It supports data interop

    Cconsoleconsole-applicationncurses
    在 GitHub 上查看↗5,638
  • hadley/dplyrhadley 的头像

    hadley/dplyr

    5,033在 GitHub 上查看↗

    dplyr is a data manipulation library and grammar for transforming tabular data. It functions as a relational data algebra toolkit and a data frame transformation tool, providing a consistent set of verbs for filtering, selecting, and summarizing data. The project is distinguished by its SQL translation layer, which converts high-level manipulation logic into native queries for execution on remote database backends. It employs a tidy-selection domain language for programmatically identifying columns by name, position, or type, and uses a pipeline-based operation chaining model to sequence tran

    R
    在 GitHub 上查看↗5,033
  • ddopson/underscore-cliddopson 的头像

    ddopson/underscore-cli

    1,735在 GitHub 上查看↗

    Command-line utility-belt for hacking JSON and Javascript.

    JavaScript
    在 GitHub 上查看↗1,735
  • dgrtwo/broomdgrtwo 的头像

    dgrtwo/broom

    24在 GitHub 上查看↗

    Convert statistical analysis objects from R into tidy format

    R
    在 GitHub 上查看↗24
  • dgrtwo/fuzzyjoindgrtwo 的头像

    dgrtwo/fuzzyjoin

    700在 GitHub 上查看↗

    Join tables together on inexact matching

    R
    在 GitHub 上查看↗700
  • dodger487/dplythondodger487 的头像

    dodger487/dplython

    761在 GitHub 上查看↗

    dplyr for python

    Python
    在 GitHub 上查看↗761
  • dagworks-inc/hamiltondagworks-inc 的头像

    dagworks-inc/hamilton

    2,528在 GitHub 上查看↗

    Apache Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.

    Jupyter Notebook
    在 GitHub 上查看↗2,528
  • blaze/blazeblaze 的头像

    blaze/blaze

    3,192在 GitHub 上查看↗

    NumPy and Pandas interface to Big Data

    Python
    在 GitHub 上查看↗3,192
  • eyaltrabelsi/pandas-logeyaltrabelsi 的头像

    eyaltrabelsi/pandas-log

    217在 GitHub 上查看↗

    The goal of pandas-log is to provide feedback about basic pandas operations. It provides simple wrapper functions for the most common functions that add additional logs

    Python
    在 GitHub 上查看↗217
  • ericmjl/pyjanitorericmjl 的头像

    ericmjl/pyjanitor

    1,497在 GitHub 上查看↗

    Clean APIs for data cleaning. Python implementation of R package Janitor

    Python
    在 GitHub 上查看↗1,497
  • gagolews/stringigagolews 的头像

    gagolews/stringi

    317在 GitHub 上查看↗

    Fast and Portable Character String Processing in R (with the Unicode ICU)

    C++
    在 GitHub 上查看↗317
  • h2oai/datatableh2oai 的头像

    h2oai/datatable

    1,877在 GitHub 上查看↗

    A Python package for manipulating 2-dimensional tabular data structures

    C++
    在 GitHub 上查看↗1,877
  • coursera/pandas-plycoursera 的头像

    coursera/pandas-ply

    197在 GitHub 上查看↗

    functional data manipulation for pandas

    HTML
    在 GitHub 上查看↗197
  • hadley/reshapehadley 的头像

    hadley/reshape

    214在 GitHub 上查看↗

    An R package to flexible rearrange, reshape and aggregate data

    R
    在 GitHub 上查看↗214
  • hadley/stringrhadley 的头像

    hadley/stringr

    665在 GitHub 上查看↗

    A fresh approach to string manipulation in R

    R
    在 GitHub 上查看↗665
  • hadley/tidyrhadley 的头像

    hadley/tidyr

    1,432在 GitHub 上查看↗

    Tidy Messy Data

    R
    在 GitHub 上查看↗1,432
  • harehare/mqharehare 的头像

    harehare/mq

    922在 GitHub 上查看↗

    A jq-like Markdown query language for command-line processing

    Rustcliinterpreterjq
    在 GitHub 上查看↗922
  • homeport/dyffhomeport 的头像

    homeport/dyff

    1,711在 GitHub 上查看↗
    Goboshdiffdyff
    在 GitHub 上查看↗1,711
  • drama999/bitwiserDrAma999 的头像

    DrAma999/BitWiser

    28在 GitHub 上查看↗

    Bitwiser is a collection of methods and properties that makes you work with bits, bytes and nibbles a piece of cake

    Swift
    在 GitHub 上查看↗28
  • dovpanda-dev/dovpandadovpanda-dev 的头像

    dovpanda-dev/dovpanda

    478在 GitHub 上查看↗

    Directions overlay for working with pandas in an analysis environment

    Python
    在 GitHub 上查看↗478
  • jmcarpenter2/swifterjmcarpenter2 的头像

    jmcarpenter2/swifter

    2,641在 GitHub 上查看↗

    A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner

    Python
    在 GitHub 上查看↗2,641
  • busyloop/vjbusyloop 的头像

    busyloop/vj

    99在 GitHub 上查看↗

    vj - JSON Humanizer

    Ruby
    在 GitHub 上查看↗99