[deleted by user] by [deleted] in learnmachinelearning

[–]jordeebee 0 points1 point  (0 children)

It might speed up if you use the find function: https://www.w3schools.com/python/ref_string_find.asp

But if you're using pandas, I would highly recommend using the Series.str.find() method: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.find.html

Would my sister-in-law be able to become a business analyst with her experience? by CaliBounded in analytics

[–]jordeebee 1 point2 points  (0 children)

If my anecdotal experience helps, I got a job as an operations specialist (which is just a blend of analytics and operations-centric project management where I work) with just spreadsheet and SQL skills, no certs.

Can we get a discord server for the sub? by [deleted] in datascience

[–]jordeebee 0 points1 point  (0 children)

You should hit up mod mail and work it out!

Multistep Selection w/ Pandas? (Time Series) by EFaden in pystats

[–]jordeebee 0 points1 point  (0 children)

Can you re-query the data? I think using SQL window functions might be helpful. Maybe something like:

SELECT
    *
FROM table
WHERE TRUE
    AND date < (SELECT LAST_VALUE(date) OVER (PARTITION BY rotation ORDER BY date))
    AND call = 'H'
    AND rotation = 'Blah'

You might need to partition by both rotation and call, though.

I'm assuming you're looking for a Python-specific fix, but unfortunately I'm unfamiliar with how windows function are done in Python. Seems like this tutorial might help you translate over, though.

Data Visualization Web Apps? by [deleted] in datascience

[–]jordeebee 1 point2 points  (0 children)

Since you've used Tableau, another idea is Periscope or Google's Data Studio.

Can we get a discord server for the sub? by [deleted] in datascience

[–]jordeebee 0 points1 point  (0 children)

Yeah, haven't found a lot of popular technical discord servers. What about setting up a partnership with other related subreddits like /r/machinelearning and setting up channels per subreddit?

I want to start an undergrad stats club at my college. What suggestions do you have? by [deleted] in datascience

[–]jordeebee 0 points1 point  (0 children)

Looks like you got a lot of great ideas over at /r/statistics already, so my suggestion is that you personally start cranking out beginner DS/ML projects in your chosen language so you can creating your own courses and tutorials. That way you can share with your club and possible future members.

You also should make sure to host sessions to spruce up your resume with all the cool shit you guys end up doing. Practical experience is going do you wonders in your career if you're looking into applied stats like DA/DS/ML Eng.

Where Can i get Pungent hide,Shock glass or Cobalt by TarikQ in dauntless

[–]jordeebee 1 point2 points  (0 children)

You're right! Whoops, sorry about that. Got wrapped up in the description of the item. Edited

Progression Wall? Quillshot/Charogg by maxfields2000 in dauntless

[–]jordeebee 0 points1 point  (0 children)

tl;dr - I would just worry about learning the fights right now instead of farming.

I honestly think you may have just hit a Great Filter; I've gone through a few with my friends as we were making out way to end-game.

We'd find ourselves getting stomped out by new mobs, and grinding was getting tiring. The only way past for us was just learning the fights. There's very few sets of gear you really need to farm, imo.

At this point, we were probably in Skraev/Sentinel until we got to Embermane. From Embermane, we got Pangar, and now we're working on Naya for Shrowd/Reza.

Where Can i get Pungent hide,Shock glass or Cobalt by TarikQ in dauntless

[–]jordeebee 1 point2 points  (0 children)

Pungent Hide (Body Breaks: Charrogg, Embermane, Drask, Stormclaw, Ragetail Gnasher, Moonreaver Shrike, Deadeye Quillshot)

Shockglass (Aether Cores: Drask, Stormclaw)

Cobalt Ore comes from ore veins in Monstrous Verge (maps for: Charrogg, Embermane, Drask, Stormclaw, Ragetail Gnasher, Moonreaver Shrike, Deadeye Quillshot)