Best of Data VisualizationFebruary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    How to stream data over HTTP using Node and Fetch API

    Learn how to use HTTP streaming for efficient data visualization in web applications using Node and Fetch API. Discover the advantages and disadvantages of HTTP streaming and see a real use case with OpenAI streaming API.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Cytoscape.js

    Cytoscape.js is a fully featured graph library written in pure JS. It is used for graph analysis and visualization and has a permissive open-source license. It is compatible with modern browsers and includes a large suite of tests. It is used by big-name tech companies, government organizations, research resources, and research non-profits. It is also used in various apps and services.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    Building an Investment Portfolio Management App with Python

    Learn how to build an investment portfolio management app with Python and Streamlit. The app helps track investment performance, analyze portfolio allocation, and evaluate the historical performance of individual securities. It provides interactive visualizations and insights to guide decision-making.

  4. 4
    Article
    Avatar of kdnuggetsKDnuggets·2y

    7 Steps to Mastering Exploratory Data Analysis

    Learn the basic steps of Exploratory Data Analysis (EDA) and how it can enhance the clarity and understanding of datasets.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    How to Manage Your Budget with a Simple Python Script

    A simple Python script that helps manage your budget by tracking income and expenses, and visualizing the data.

  6. 6
    Article
    Avatar of kdnuggetsKDnuggets·2y

    7 Free Kaggle Micro-Courses for Data Science Beginners

    Learn essential data science skills with free micro-courses on Kaggle. Courses cover Python basics, pandas, data visualization, SQL, machine learning, and more. Start your data science journey one micro-course at a time.

  7. 7
    Article
    Avatar of medium_jsMedium·2y

    5 Free Data Visualization Tools to Showcase Your Data in 2024

    Discover five free data visualization tools that can showcase your data in 2024, including Tableau Public, Google Looker Studio, Microsoft Power BI, HiPlot, and Facets by PAIR.

  8. 8
    Article
    Avatar of hnHacker News·2y

    A love letter to Apache Echarts

    Apache Echarts is a data visualization library that provides a declarative language to render charts to canvas or SVG elements. It offers a wide range of use cases, simplicity in usage, and produces interactive and visually appealing results.