Best of Data VisualizationSeptember 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Top 5 Data Engineering Projects for Beginners 2024

    Get hands-on experience with five beginner-friendly data engineering projects that enhance skills in data processing, analytics, and visualization using tools like Apache Kafka, Python, and cloud platforms. These projects prepare you for real-world challenges and make your resume stand out.

  2. 2
    Article
    Avatar of hnHacker News·2y

    JavaScript

    Quadratic is a spreadsheet tool that integrates native JavaScript, enabling the creation of dynamic charts and graphs using libraries like Chart.js. It supports ES modules via JavaScript CDNs such as jsDelivr, allowing users to import any package from npm or GitHub. Quadratic also utilizes JavaScript's fetch() to update data in real-time from API queries. It further supports Python, SQL, and traditional spreadsheet formulas for a comprehensive data analysis experience.

  3. 3
    Article
    Avatar of langchainLangChain·2y

    Building a Data Visualization Agent with LangGraph Cloud

    Explore how to build a data visualization agent using LangGraph Cloud. This guide explains the step-by-step workflow, including schema extraction, SQL query generation, and choosing appropriate visualizations. It demonstrates handling smaller datasets without complex techniques like RAG or LSH and provides code snippets for implementing various parts of the workflow.

  4. 4
    Article
    Avatar of motherduckMotherDuck·2y

    Getting started with modern GIS using DuckDB

    DuckDB and MotherDuck simplify geospatial analysis by supporting various spatial formats and offering easy integration with Python libraries for visualization. The post guides you through building a heatmap of EV charging spots in France using DuckDB with a Python visualization tool called Lonboard. It also discusses leveraging cloud computing with MotherDuck for sharing and exporting geospatial data.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    The Ultimate Guide to Data Science

    Data science is a multidisciplinary field essential for deriving insights from data. It involves data collection and cleaning, exploratory data analysis (EDA), feature engineering, model building and evaluation, and deployment and monitoring. Essential skills for data scientists include proficiency in programming (Python or R), statistical knowledge, machine learning, and data visualization. The field plays a critical role in business decisions, scientific research, and technological innovation.

  6. 6
    Article
    Avatar of lobstersLobsters·2y

    Python Programmers’ Experience

    The Python Developers Survey 2023 data on professional experience levels of Python programmers was poorly represented. The correct visualization, which uses appropriately scaled bar charts, shows an exponential growth rate of 10-25% per year in the Python workforce. This suggests that the Python programming community doubles in size every four years, significantly impacting hiring practices.

  7. 7
    Article
    Avatar of taiTowards AI·2y

    Mathematical Transformations in Feature Engineering: Log, Reciprocal, and Power Transforms Explained with Visualization

    Learn how Log, Reciprocal, and Power Transforms can normalize your dataset, making it more manageable and improving the performance of machine learning models. Discover the reasons for data transformation and how to visualize the impacts using Python libraries like QQPlot and distplot.