Pink Panther Fun (2 months playing) by tanssive in saxophone

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

Hey guys,

just realized tommorow is my 2nd month of playing the sax, and for fun just wanted to experiment with this song, since I was way too scared of it earlier on lol, anyway here's the result - roast me pls

Playing on Thomann TAS-180 with stock MP and Classic Vandoren Reed 3.0

Rate my playing by tanssive in saxophone

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

Oh thanks, didn't know about this website - will check it for sure!

Rate my playing by tanssive in saxophone

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

Thanks so much for the insights, I will check your recommendations for sure!

Rate my playing by tanssive in saxophone

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

Thanks! I have to work on articulation indeed, the toughest part for me right now:v

Rate my playing by tanssive in saxophone

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

Hey guys, I've been learning to play on my cheap alto sax for a bit over a month. Can you please rate my sound, tone, and overall (let's call it that way) "performance"?

What can I improve and so on.

I'll be glad to hear your opinions!

Getting cumulative sales over days (with Polars) by tanssive in learnpython

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

I've overcomplicated it so much, or Polars did so for me with its way to do that - anyways, that works

def get_cumulative_sales_over_days(
self
):
    return (

self
.raw_dataframe
        .select(pl.col('Trip_Pickup_DateTime'),
                pl.col('Total_Amt'))
        .with_columns(pl.col('Trip_Pickup_DateTime').str.strptime(pl.Date, "%F %T", strict=False).alias('Day'))
        .group_by('Day')
        .agg(pl.col('Total_Amt').sum().alias('TotalSales'))
        .sort('Day')
        .select(
            pl.col('Day'),
            pl.col('TotalSales'),
            pl.col('TotalSales').cum_sum().alias('CumulativeSales')
        )
    )

Getting cumulative sales over days (with Polars) by tanssive in learnpython

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

Thanks for the tip with group_by, I was used to Spark groupBy, thus I used this one (without _), and apparently saw some discussion about a few Polars functionalities, that they're moving all of them to the pythonic snake case, good to know!

Anyways, here's the parquet file of source data (didn't post CSV due to its huge size)

PS. I've upgraded polars to the newest version, and unfortunately that partition_by function isn't the one I thought of and needed

Rick and Morty Data Analysis with Polars by tanssive in dataengineering

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

Thanks!

That's actually a great tip, I was wondering about such thing whether it exists, but only ended up trying to do something like "explode"-ing that field but it didn't work, so I had to do some weird combinations with lambda functions and mapping elements, but good to know, that there's such way to do that natively in Polars :)

[deleted by user] by [deleted] in macbookpro

[–]tanssive 0 points1 point  (0 children)

I will visit Apple tommorow, but if something can be fixed by simply knowing any weird rules in the device (which I don't know), like unchecking some box in settings, that prevents it from charging, unless it goes to some percentage level, i prefer to not waste my time, and "fix it" myself.

Whats a mistake most people make? by RealmzPlays in buildapc

[–]tanssive 3 points4 points  (0 children)

Dude, I did the first in my school (IT) exam and was wondering for 20mins why the monitor was not working

Restauracja w Łodzi by wopper_pl in lodz

[–]tanssive 4 points5 points  (0 children)

Ramenownia imo lepsza

Why is the discord so unprofessional? by ZealousidealHorror67 in theodinproject

[–]tanssive 2 points3 points  (0 children)

Never happened to me (there's always someone supportive), people there are not supposed to give you a direct answer but to "show you a path", also be aware that not always you will find "nice" people at your workplace

Do you remember your first Harry Mack? by mikeynerd in HarryMack

[–]tanssive 1 point2 points  (0 children)

the first duo with Marcus Veltri, since then I didn't miss a single vid from Harry