How to query pandas DataFrames with SQL

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
  • jinjasql

    Template Language for SQL with Automatic Bind Parameter Extraction

  • Since Deepnote uses jinjasql templating, you can pass Python variables, functions, and control structures (e.g., "if" statements and "for" loops) into your SQL queries.

  • SQLAlchemy

    The Database Toolkit for Python

  • There are multiple ways to run SQL queries in a Jupyter notebook, but this tutorial will focus on using SQLAlchemy --- a Python library that provides an API for connecting to and interacting with different relational databases, including SQLite, MySQL, and PostgreSQL.

  • 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
  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • Pandas is a go-to tool for tabular data management, processing, and analysis in Python, but sometimes you may want to go from pandas to SQL.

  • cheatsheets

    Official Matplotlib cheat sheets (by matplotlib)

  • Pandas comes with many complex tabular data operations. And, since it exists in a Python environment, it can be coupled with lots of other powerful libraries, such as Requests (for connecting to other APIs), Matplotlib (for plotting data), Keras (for training machine learning models), and many more.

  • Keras

    Deep Learning for humans

  • Pandas comes with many complex tabular data operations. And, since it exists in a Python environment, it can be coupled with lots of other powerful libraries, such as Requests (for connecting to other APIs), Matplotlib (for plotting data), Keras (for training machine learning models), and many more.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • How to Build and Deploy a Machine Learning model using Docker

    5 projects | dev.to | 30 Jul 2023
  • PSA: You don't need fancy stuff to do good work.

    10 projects | /r/datascience | 9 May 2023
  • Machine learning with Julia - Solve Titanic competition on Kaggle and deploy trained AI model as a web service

    13 projects | dev.to | 17 Feb 2023
  • Talking Data: What do we need for engaging data analytics?

    4 projects | dev.to | 6 Oct 2022
  • Can anyone share some good examples of Python OOP Repos for DS?

    4 projects | /r/datascience | 17 Sep 2022