awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesCategorical Data Visualizations

Visualizations such as bar, box, and violin plots used to compare distributions across discrete categories.

Distinct from Comparative Analyses: Shortlist candidates focus on logical value comparison or educational analysis, not the specific visual plotting of categorical data.

Explore 2 awesome GitHub repositories matching data & databases · Categorical Data Visualizations. Refine with filters or upvote what's useful.

Awesome Categorical Data Visualizations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Voir sur GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Implements bar, box, and violin plots to compare aggregated values across different data categories.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Voir sur GitHub↗4,983
  • has2k1/plotnineAvatar de has2k1

    has2k1/plotnine

    4,598Voir sur GitHub↗

    Plotnine is a data visualization library for Python based on the Grammar of Graphics. It serves as a declarative statistical plotting framework and multi-panel plotting engine, allowing users to create complex charts by mapping data variables to visual properties such as position, color, and size. The project is distinguished by its use of a layered composition model and a statistical transformation engine that performs aggregations and computations before rendering visuals. It features a comprehensive system for multi-panel faceting, which enables the splitting of a single visualization into

    Assigns distinct colors or styles to lines based on categorical variables to compare trends.

    Pythondata-analysisgrammargraphics
    Voir sur GitHub↗4,598
  1. Home
  2. Data & Databases
  3. Categorical Data Visualizations

Explorer les sous-tags

  • Visual Grouping StrategiesTechniques for using colors or styles to distinguish categorical data series in plots. **Distinct from Categorical Data Visualizations:** Focuses on visual aesthetics for group comparison rather than just the choice of chart type.