Content Deep Dive
Using Python Jupyter Notebook With SingleStoreDB
Blog post from SingleStore
Post Details
Company
Date Published
Author
Arnaud Comet
Word Count
583
Language
English
Hacker News Points
-
Summary
I will connect to SingleStoreDB from my local notebook, write into a new table and read data from an existing table using Python libraries such as Pymysql, pandas, Plotly, and SQLalchemy. I will also visualize the data using Plotly by selecting specific columns from the database. To start with this tutorial, you should be familiar with working in a local notebook environment, installing necessary libraries, and connecting to SingleStoreDB.