this post was submitted on 30 May 2025
40 points (97.6% liked)

Python

7134 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

I'm finding myself with a couple of really big databases and my PC is throwing memory errors so I'm moving the project to polars and learning on the way in, and would like to read your experience in how you did it, what frustrate you and what you found good (I'm still getting used with the syntax, but I'm loving how fast it reads the databases)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 4 days ago (1 children)

I moved from pandas.

that's it, there is no polars. Its been great !

[โ€“] [email protected] 1 points 1 day ago

I am still using R-lang dataframes.., Or tibbles :)