

XXY11 so they have to learn about intersex and other way sex characteristics can show up.
XXY11 so they have to learn about intersex and other way sex characteristics can show up.
Vibe coding without Cursor
FUCKBOI Utility for Creative Kits, Brushes, Overlays, & Imaging
it’s have to be recursive too.
Are you the person who write us law’s titles?
There’s this categorical column of integers that have some excepcional cases where some letters are included. I need to process the column except the excepcional cases to format the column, but I just found put that it was giving me a problem because pandas imported it as mixed type while polars just imported it as string respecting the original correct formatting.
My company is moving to databricks, that I know uses pyspark but never used it, guess eventually I’m going to have to learn it too.
I had to move away from apply a while ago because it was extremely slow, and started using masks and vectorize operations. That’s actually what is being a roadblock for me right now, can’t find a way to make it work (use to do df.loc[mask, ‘column’], but df.with_columns(pl.when(mask).then()…) is not working as expected)
OCaml maybe
Does everyone call the function of the script main? I never use main(), just call the function what the program is supposed to do, this program calculates the IBNR? The function is called calculate_IBNR(), then at the end of the script if name = ‘main’: calculate_IBNR(test_params) to test de script, then is imported into a tkinter script to be converter to an exe with pyinstaller
How many lines are in a page?
🐎💩<- Libertarian idiots
I tough it a Counter Strike screen shot lmao.
Years ago I was studying webdev and couldn’t make a js code to work. After weeks fighting against it I decided to install another browser and it worked there instantly, but in my regular browser still refuse to work. After a couple of more hours trying ro see why in one browser worked and nor the other found that I had the js blocker active all the time along.
Actually, GIMP is for Green Is My Pepper.
Importing pandas and numpy without the pd and np aliases looks weird.
“The difference between attack and defense, is that you know your attacks are failing” -someone at a CCC.
I use python for data sciences (kinda) and never write any classes or something object oriented, but given that dataframes are the bread and butter of everything I do, I guess I work in a object oriented workflow?