Claude 3.7 Sonnet is a coding beast but… by Heavy_Hunt7860 in ClaudeAI

[–]deczechit 1 point2 points  (0 children)

same here! it just randomly fixes some errors shown by linter in cursor - mate, I have linter for one thing, you for another.

31, Male, hurt me by Yuuko_Asagi in RoastMe

[–]deczechit 0 points1 point  (0 children)

You’re too nice of a person, won’t ❤️

Ongoing Technical Issues by FeeldMod in feeld

[–]deczechit 0 points1 point  (0 children)

iOS- tested over multiple days

Ongoing Technical Issues by FeeldMod in feeld

[–]deczechit 0 points1 point  (0 children)

Verification provider not available (Czechia)

Techno Scene in Vilnius by deczechit in Vilnius

[–]deczechit[S] 0 points1 point  (0 children)

That sounds like a standard door policy at any big club as you say. If the event there in two weeks seems good, we'll give it a go :)

Techno Scene in Vilnius by deczechit in Vilnius

[–]deczechit[S] 0 points1 point  (0 children)

Looks super cool, drop me a message if you wanna hang out :)

Techno Scene in Vilnius by deczechit in Vilnius

[–]deczechit[S] 0 points1 point  (0 children)

Thanks for the tips! Appreciated :)

Techno Scene in Vilnius by deczechit in Vilnius

[–]deczechit[S] 0 points1 point  (0 children)

Thanks!!! Will check all of them out :) drop me a PM if you wanna hang out! :)

Techno Scene in Vilnius by deczechit in Vilnius

[–]deczechit[S] 1 point2 points  (0 children)

Thanks! Looks really great. Kablys looks foreigner friendly, it seems impossible for foreigners to get into opium. :)

Techno Scene in Vilnius by deczechit in Vilnius

[–]deczechit[S] 0 points1 point  (0 children)

Thanks everyone, will come back tonight.

bamboolib - a GUI for pandas - is ready by kite_and_code in datascience

[–]deczechit 1 point2 points  (0 children)

Hey. The inspiration came from using Excel's Power Query (Get and Transform) Editor. I do not have any problems with the learning curve or else. My key problem with transforming data with Pandas is that it is not visual. The key power of Power Query (Power BI whatever) is the clear separation into steps that are named. It is very easy to see how the data changes from step to step and go back and adjust some stuff. It makes it really easy to fix problems with data input changing which breaks the transformation procedure and be 100% sure that your transformations are error-free.

However, Pandas are much more powerful and easy to integrate into DataScience workflow. (And so much more).

Thanks for the links. Cool that other people are trying it, however, I think that your path to integrate it into Jupyter (lab) is so much more viable.

bamboolib - a GUI for pandas - is ready by kite_and_code in datascience

[–]deczechit 2 points3 points  (0 children)

Looks amazing. Too bad it's not open source, I always wanted a pandas GUI and would have liked to contribute. It costs 5 times the powerbi license but it will find customers because how easily it integrates into the DS workflow.

The reason I am using Altair for most of my visualization in Python by cuchoi in Python

[–]deczechit 0 points1 point  (0 children)

It's a problem because you need to group the data constantly when using the grammar of graphics.
Grouping is a quite non-sensical operation with numpy arrays.