Best of Data VisualizationMay 2024

  1. 1
    Article
    Avatar of lobstersLobsters·2y

    State of HTML 2023

    The State of HTML survey covers a wide range of topics including accessibility, web components, and more. The report includes improved chart customization features.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    7 Best Python Visualization Libraries for 2024

    Discover the top Python libraries for data visualization in 2024.

  3. 3
    Article
    Avatar of hnHacker News·2y

    Openpanel-dev/openpanel: All the goodies from both Mixpanel and Plausible combined into one tool.

    Openpanel is an open-source analytics tool that combines the functionalities of Mixpanel and Plausible. It allows users to visualize data with various charts, access events and visitors' history, and own their own data. Openpanel is GDPR compliant, privacy-friendly, and offers predictable pricing. It supports Nextjs for the dashboard, Fastify for the event API, Postgres for storing basic information, Clickhouse for storing events, and Redis for cache layer and pub/sub.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Introduction to D3.js

    D3.js is a JavaScript library used to create bespoke, interactive charts and maps on the web. It provides building blocks for custom charts or maps and requires experience with JavaScript, HTML, SVG, and CSS. D3's features include data-driven modification of HTML and SVG elements, scale functions, loading and transforming data, complex chart creation, transitions, and advanced interaction support.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    Building an Agent for Data Visualization (Plotly)

    Learn how to build an agent for data visualization using Plotly. Discover the limitations of language models in data visualization and how an agent can mitigate these issues.

  6. 6
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·2y

    8 Alternatives to Traditional Plots

    Explore alternatives to traditional plots for data visualization, including size-encoded heatmaps, waterfall charts, and bump charts.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    Create Interactive Dashboards: A Step-by-Step Guide using WebDataRocks and Google Charts

    Learn how to create interactive dashboards using WebDataRocks and Google Charts. Combine the powerful data organization and manipulation features of WebDataRocks with the beautiful and informative charting capabilities of Google Charts. Follow the step-by-step guide to build your own dynamic dashboard.

  8. 8
    Article
    Avatar of kdnuggetsKDnuggets·2y

    3 Courses You Should Consider If You Want to Become a Data Analyst

    This post discusses three different courses that individuals can consider taking if they want to become a data analyst. It highlights courses offered by DataCamp, Meta, and Google, providing information on the skills and knowledge that can be gained from each.

  9. 9
    Article
    Avatar of logrocketLogRocket·2y

    How to create heatmaps in JavaScript: The Heat.js library

    Learn how to create heatmaps in JavaScript using the Heat.js library. Explore its features, customization options, and best practices for creating effective heatmaps.

  10. 10
    Article
    Avatar of substackSubstack·2y

    How to Build a Data Analytics Portfolio

    Learn how to build a data analytics portfolio by including projects that showcase skills like exploratory data analysis, data visualization, and business acumen. Use GitHub to organize your projects and create a comprehensive ReadMe page to highlight your accomplishments, methodology, and business recommendations.

  11. 11
    Article
    Avatar of hnHacker News·2y

    Data Science at the Command Line, 2e

    A revised guide on using the command line for data science, providing tools and techniques to improve efficiency and productivity. Ideal for data scientists, analysts, engineers, and researchers.

  12. 12
    Article
    Avatar of rpythonReal Python·2y

    Episode #206: Building Python Unit Tests & Exploring a Data Visualization Gallery – The Real Python Podcast

    Learn about building unit tests in Python using the unittest framework. Explore Python data visualizations and tutorials from the Python Graph Gallery.