Explore >> Select a destination


You are here

www.gregreda.com
| | www.joeltok.com
7.0 parsecs away

Travel
| | Problem While in the initial stages of a project, sometimes we have to choose between storing data with Pandas DataFrames or in native python lists of dictionaries. Both data structures look similar enough to perform the same tasks - we can even look at lists of dictionaries as simply a less complex Pandas DataFrame (each row in a DataFrame corresponds to each dictionary in the list). The question then arises: given the increased complexity and overhead of a Pandas DataFrame, is it true then that we shou...
| | antonz.org
4.1 parsecs away

Travel
| | A lightweight in-process SQL OLAP engine, powered by ClickHouse.
| | curatedsql.com
5.6 parsecs away

Travel
| | [AI summary] A collection of SQL-related blog posts from January 4, 2024, discussing topics like data manipulation, database management, and SQL Server features.
| | dbanuggets.com
24.1 parsecs away

Travel
| With the invitation of Steve Jones for April month of T-SQL Tuesday, I am going to share some of my thoughts on using Jupyter notebooks. Jupyter Notebook is an open-source web application that can serve us to create, share code and documents with others. It provides that beautiful way to document your code, text, images...