sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

710
active users

#pandas

3 posts3 participants0 posts today
I don't get #Python package dependencies. I have two #conda envs with exactly python versions, packages all from #pip with major overlaps. Tried install another package in env A, after downgrading several packages including #pandas all went well. But when I try loading the newly installed package in REPL cmd, an error occurred complaining about pandas version. I removed the package, deactivate env A and activate env B, install same package in env B, same downgrade happened with pandas while this time all packages loaded without any issue. And this is not the first time I see this. Before this I use conda/mamba to manage packages and I switched to pip for package management hoping this won't happen anymore.

@pythonhub
@pandas_dev
#pandas

Hello, I am looking for a way to identify a commune/city from a geolocation point (lat. - long.)

Does a library exist?

How to do that?

This request is not to find a commune/city from an address.

For instance, my search is from points in the middle of fields and in a forest...
And when I don't have an address :).

Thank you for your time.

----

Je cherche un moyen de retourner le nom d'une commune à partir de la géolocalisation d'in point.

Merci.

At last night’s @mug meeting we looked at a lot of different solutions to #adventofcode day 1 in many different languages. Two that were very interesting to me were #Zig and #haskell. The way these two languages worked was really quite fascinating. After seeing real code in these two languages, I can tell they are not for me; but they were interesting and illuminating nonetheless.

There was a solution entirely in #SQL. Another in #vim9script. Another in #swiftlang #swift (I don’t think that one’s in the repo yet). I wrote several implementations myself. The one I felt most proud of is #Python with the core written in #rustlang #rust tied together with #PyO3. The one I felt was maybe the best tool for the job was entirely based on #pandas. As I said in a previous post, I tried to solve it in #polars, but the API exposed by Polars at least as far as I could tell, made it no better than simple lists in Python. I need to get deeper knowledge here.

The repo lives here: github.com/MichiganUnixUserGro.

Not sure exactly when we will discuss this, but the problems are from the 2024 Advent of Code - MichiganUnixUserGroup/MUG-2025-03-11-Advent-of-Code
GitHubGitHub - MichiganUnixUserGroup/MUG-2025-03-11-Advent-of-Code: Not sure exactly when we will discuss this, but the problems are from the 2024 Advent of CodeNot sure exactly when we will discuss this, but the problems are from the 2024 Advent of Code - MichiganUnixUserGroup/MUG-2025-03-11-Advent-of-Code

#bibliocon25 oha, mein Beitrag wurde angenommen
bid2025.abstractserver.com/pro
Jetzt freu ich mich und bin auch etwas nervös! Wer sich für automatisierte Umsystematisierung mit #pandas, #culturegraph und einfachen Statistiken interessiert und zusätzlich individualisierte Signaturerstellung mit Skripten für RVKs nicht abgeneigt gegenüber steht : ich freue mich, wenn ihr kommt!😊

bid2025.abstractserver.comProgram

TLDR: Pandas are dope fiends!?

TIL that Pandas aren't born loving bamboo, but that it's an addiction with a dopamine component.

Those cute furry pandas are actually carnivores.

But they sit on their butts all day eating plants and getting high instead of chasing animals.

"some of the bamboo-derived miRNAs were found to regulate dopamine pathways, driving food motivation and the reward system linked to it. So if eating bamboo is a pleasurable, satisfying experience for a panda, it's more likely to be solely driven to seek out this trigger." newatlas.com/biology/pandas-ba

New Atlas · Pandas "tricked" into becoming the world's biggest bamboo fansBuilt to be carnivorous, giant pandas spend up to 16 hours a day on their backsides eating bamboo. But contrary to all the panda jokes, it's not because they're lazy or too dumb to know better. It's far more fascinating – and it may help humans, too.

My internal #tool project at work is starting to feel like something that needs a second developer to spend a little time on. Unfortunately I don't think anyone else knows #Python / #pandas well enough or would have the time or willingness to learn.

I just need a second pair of non-ai eyes on this code.

I think I'm over feeling like an impostor for slipping deadlines, but it doesn't feel great. It's clear this is more important than a handy little tool.

Discovery reveals giant flying squirrel once soared over Southern Appalachia
phys.org/news/2025-02-discover paper: link.springer.com/article/10.1

"A giant #FlyingSquirrel—about the size of today's house cats—once soared through the skies over what is now Southern #Appalachia, gliding above #rhinos, #mastodons and red #pandas... closest relatives are the giant #FlyingSquirrels in Japan, China and Indonesia... somehow they crossed the Bering Land Bridge alongside other #mammals about 5 million years ago."

Happy f&*ing Sunday. Big run overnight crashed because out of hundreds of millions of rows, a single bool value was "NA". Any typesafe programming environment would have forced a plan for this, but #python is like whatever. *shrug*... f#$k #pandas