Python Data Engineering: Comprehensive Workflow for Data Modeling, Analytics with DuckDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Data-Engineering-Workflow-DUCKDB

    A Complete Data Engineering Workflow, Data Modelling and Advanced Analytics using Python, DuckDB

  • #load data from `parquet` file df =pd.read_parquet('https://github.com/DanielOX/Data-Engineering-Workflow-DUCKDB/raw/main/nyc_taxi_trip_data/2023/2023.parquet') # display dataframe display(df.head()) # meta info on dataframe - df.shape outputs (rows, columns). print(f'Dataset Contains: {df.shape[0]} rows, {df.shape[1]} columns')

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Talk to a file on the web in no time (notebook)

    1 project | news.ycombinator.com | 11 May 2024
  • Show HN: Open-source AI b-roll for automating video editing

    1 project | news.ycombinator.com | 11 May 2024
  • Finetuning an LLM-Based Spam Classifier with LoRA from Scratch

    1 project | news.ycombinator.com | 11 May 2024
  • Show HN: Dumbercoin: a simplified Bitcoin – learning by breaking

    1 project | news.ycombinator.com | 11 May 2024
  • Farspeak – use REST and make it simple

    1 project | news.ycombinator.com | 11 May 2024