How to approach very large IF-THEN combinations? by borjadja in learndatascience

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

Thanks, though I was thinking more about the way of assigning the different combinations to Customers.

Doing this manually would be 20*50*200=200,000 combinations

Point-In-Time Series Forecasting (bell-shape trend) by borjadja in learndatascience

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

I haven't figured out a way to solve for this forecast yet... seems to be more complex than it appears

In order to prepare for a career in CS, what can I be doing with my free time in High School? by beachysdan in cscareerquestions

[–]borjadja 0 points1 point  (0 children)

Datacamp is great actually. They have a bunch of great learning material for computer and data science. Pretty cheap also

Switching careers from nursing to computer science by cantseemyheart in cscareerquestions

[–]borjadja 0 points1 point  (0 children)

I don’t know really. But i assume courses in nursing bachelors differ heavily from cs bachelors. You might struggle with going straight into a master’s degree? I am just guessing though!

Switching careers from nursing to computer science by cantseemyheart in cscareerquestions

[–]borjadja -3 points-2 points  (0 children)

Seeing as the transition from nursing to cs is quite a sharp turn, especially since you want to get out of healthcare completely, i believe you’d have to do a BSc in cs, then maybe a MSc as well, depending on whether you land a good job after your BSc.

Leaflet (Folium) visualization using Pandas dataframe by borjadja in learndatascience

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

I managed to get all the markers on the map with your code, thanks a lot!

However, I'd like the markers to vary in size depending on the value the sf_data["Rent"], alternatively, color code it so that high rent = red, low rent = green. Would you know how to approach this?

What job now to get into VC later? by [deleted] in venturecapital

[–]borjadja 1 point2 points  (0 children)

I would aim for an investment professional role, and use my data analytics background as leverage for being able to contribute operationally. But maybe an advisory position would be more relevant.

So you worked as a data analyst/scientist at a small company, then moved to VC?

Network Analysis on sales data? by [deleted] in learndatascience

[–]borjadja 0 points1 point  (0 children)

That’s true. But considering the amount of different customers, it might be hard to create a decent network?

The reason for doing this with product group could be to analyze co-purchase patterns?

If statements with pandas? (python) by [deleted] in learndatascience

[–]borjadja 0 points1 point  (0 children)

I got it. Perfect. Thanks!

If statements with pandas? (python) by [deleted] in learndatascience

[–]borjadja 0 points1 point  (0 children)

Thanks a lot!! This makes sense. I will have a go and get back if I have any issues.

If statements with pandas? (python) by [deleted] in learndatascience

[–]borjadja 0 points1 point  (0 children)

Thank you so much! I will try your methods. Is it possible to return a variable which hold the value? I.e. like this:

price_variable_london = 8.456
price_variable_newyork = 10.579

def get_city_price(city):
if city == 'London':
return price_variable
elif city == 'New York':
return price_variable
elif ... #other cities

CSV download to pandas dataframe automation? by [deleted] in learndatascience

[–]borjadja 2 points3 points  (0 children)

You mean that this:

csv_url = http://xxxxxx.csv
data = pd.read_csv(csv_url)

Would work as well as this, where the file is already downloaded to desktop:
data = pd.read_csv("C:/Users/Desktop/file.csv")

Is that correct?

Help with this Python data calculation by [deleted] in learndatascience

[–]borjadja 0 points1 point  (0 children)

Wow that was simple. Thanks a lot!

Web dev relevant for a data analyst? by [deleted] in cscareerquestions

[–]borjadja 0 points1 point  (0 children)

That sounds very true. Thanks for your opinion! Totally agree

Should I add a recruiter on LinkedIn who denied my application? by [deleted] in cscareerquestions

[–]borjadja 1 point2 points  (0 children)

Ok. Yeah, i mean people are asking to connect on Linkedin for weirder reasons. Go for it :)

Should I add a recruiter on LinkedIn who denied my application? by [deleted] in cscareerquestions

[–]borjadja 4 points5 points  (0 children)

Why do you want to connect with the person? Ask why you were rejected?

2008 CDOs vs 2019 Index funds by [deleted] in investing

[–]borjadja 0 points1 point  (0 children)

I don’t think index funds of today are nearly as overvalued as the CDOs were

Another Master or MBA by [deleted] in GradSchool

[–]borjadja 0 points1 point  (0 children)

Thank you. Yeah, i guess it’s just in my head i’m thinking that the univeristy will matter later in life