awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rocketlaunchr/dataframe-go

Open-source alternatives to Dataframe Go

30 open-source projects similar to rocketlaunchr/dataframe-go, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dataframe Go alternative.

  • gonum/gonumAvatar von gonum

    gonum/gonum

    8,316Auf GitHub ansehen↗

    Gonum is a numerical computing library for the Go programming language, providing a collection of packages for scientific computing, linear algebra, statistics, and optimization. It functions as a framework for performing complex numerical computations and solving systems of linear equations. The project includes a dedicated graph analysis framework for modeling network graphs and solving connectivity and pathfinding problems. It also provides a statistical analysis toolkit for computing descriptive and inferential statistics and estimating mixture entropy. The library's capability surface c

    Godata-analysisgogolang
    Auf GitHub ansehen↗8,316
  • tchayen/triangolatteT

    tchayen/triangolatte

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • claygod/pihexC

    claygod/PiHex

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • paulmach/orbAvatar von paulmach

    paulmach/orb

    1,117Auf GitHub ansehen↗

    Types and utilities for working with 2d geometry in Golang

    Go
    Auf GitHub ansehen↗1,117
  • vividcortex/ewmaV

    VividCortex/ewma

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alixaxel/pagerankA

    alixaxel/pagerank

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • davidbelicza/textrankD

    DavidBelicza/TextRank

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • gyuho/goraphG

    gyuho/goraph

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • montanaflynn/statsAvatar von montanaflynn

    montanaflynn/stats

    3,021Auf GitHub ansehen↗

    A well tested and comprehensive Golang statistics library package with no dependencies.

    Goalgorithmsanalyticsdata
    Auf GitHub ansehen↗3,021
  • ogfris/gostatsO

    OGFris/GoStats

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • skelterjohn/geomS

    skelterjohn/geom

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • vdobler/chartV

    vdobler/chart

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • yourbasic/graphY

    yourbasic/graph

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • vividcortex/gohistogramV

    VividCortex/gohistogram

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • khezen/rootfindingK

    khezen/rootfinding

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cpmech/goslAvatar von cpmech

    cpmech/gosl

    1,876Auf GitHub ansehen↗

    Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

    Gocomputational-geometrydifferential-equationseigenvalues
    Auf GitHub ansehen↗1,876
  • soniah/evalerS

    soniah/evaler

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • gonum/plotAvatar von gonum

    gonum/plot

    2,957Auf GitHub ansehen↗

    A repository for plotting and visualizing data

    Go
    Auf GitHub ansehen↗2,957
  • kzahedi/goentK

    kzahedi/goent

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mjibson/go-dspM

    mjibson/go-dsp

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ndabap/assocentityN

    ndabAP/assocentity

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nytlabs/streamtoolsAvatar von nytlabs

    nytlabs/streamtools

    1,311Auf GitHub ansehen↗

    tools for working with streams of data

    Go
    Auf GitHub ansehen↗1,311
  • seanhagen/bradleyterryS

    seanhagen/bradleyterry

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • sgreben/piecewiselinearS

    sgreben/piecewiselinear

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • patchy631/machine-learningAvatar von patchy631

    patchy631/machine-learning

    1,540Auf GitHub ansehen↗

    This repository serves as an educational collection of interactive notebooks and code examples designed to demonstrate fundamental machine learning and deep learning concepts. It provides a structured environment for exploring data science workflows, ranging from basic numerical computing and statistical analysis to the construction of complex neural network architectures. The project distinguishes itself through a focus on hands-on experimentation, offering practical implementations for tasks such as computer vision, natural language processing, and statistical simulation. Users can engage w

    Jupyter Notebook
    Auf GitHub ansehen↗1,540
  • aws/aws-sdk-pandasAvatar von aws

    aws/aws-sdk-pandas

    4,107Auf GitHub ansehen↗

    aws-sdk-pandas is a Python library that integrates pandas dataframes with AWS services, acting as a cloud data ETL tool and data lake connector. It provides a unified interface to move and transform data between in-memory dataframes and cloud storage, databases, and data warehouses. The project distinguishes itself as a distributed compute orchestrator capable of submitting pandas-based workloads to EMR clusters and serverless processing environments. It further specializes in coordinating distributed data processing via Ray cluster initialization to handle datasets that exceed the memory of

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    Auf GitHub ansehen↗4,107
  • cdgriffith/boxAvatar von cdgriffith

    cdgriffith/Box

    2,823Auf GitHub ansehen↗

    Python dictionaries with advanced dot notation access

    Python
    Auf GitHub ansehen↗2,823
  • cameron314/concurrentqueueAvatar von cameron314

    cameron314/concurrentqueue

    12,070Auf GitHub ansehen↗

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    C++
    Auf GitHub ansehen↗12,070
  • cdslaborg/paramonteAvatar von cdslaborg

    cdslaborg/paramonte

    305Auf GitHub ansehen↗

    ParaMonte: Parallel Monte Carlo and Machine Learning Library for Python, MATLAB, Fortran, C++, C.

    Fortran
    Auf GitHub ansehen↗305
  • aurora-opensource/auAvatar von aurora-opensource

    aurora-opensource/au

    425Auf GitHub ansehen↗

    A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience.

    C++bazelcompile-timecpp
    Auf GitHub ansehen↗425