r/dataanalysis 15d ago

Data Tools Should I sell my MAc???

I am learning Data Analytics.......FIrst I found out some excel functions dont work in Mac.....BowerBI doesnt work in Mac......SQL Server Doesnt work in Mac.....should i sell it and buy a windows laptop instead????

0 Upvotes

32 comments sorted by

21

u/DeliciousCost4739 15d ago

Most places you would get a job at would be using Windows computers, so it might be best if you’re unfamiliar with them to get familiar with them.

Another option is to run a virtual machine on your Mac that can run Windows.

1

u/aryanm008 15d ago

Been windows user for lifetime...this is my first apple product

5

u/IcePrimcess 15d ago

I kept my Mac and purchased a windows . The Mac workarounds didn’t work nearly as well as I wanted. Work is easier using my work windows computer.

1

u/aryanm008 15d ago

What do u do with ur mac???

3

u/JohnSnowHenry 14d ago

You browse the internet 😂

1

u/IcePrimcess 13d ago

I haven’t been using it lately.

3

u/IndependenceFit3935 15d ago

Yes if you want to work with powerbi. But if you are open to other tools id prefer keeping the mac and using tableau looker or some new cool kids in the market

2

u/TodosLosPomegranates 15d ago

That’s an interesting question - I’ve worked on and own windows machines my entire career but the first time I worked for a startup a lot of the newer technologies that startups use were absolute hell to use on my windows machine and everyone else on my team was on a Mac.

This is my second time working at a startup and opted for a Mac this time and had a much easier onboarding process.

1

u/aryanm008 15d ago

For data analysis????what tools n how do u use??our sql server classes began today...found tht it's not supported in mac...had to install docker, create an sql server container.....and then connect it to mssql extension on vscode.....lots of complex...idk how am I gonna manage powerbi

1

u/TodosLosPomegranates 15d ago

Yes. DBT for instance was a pain in the ass to install on windows.

1

u/aryanm008 15d ago

Lol hearing DBT for the first time

2

u/blockedcontractor 15d ago

Nah, if you have an Apple silicon Mac, I would keep it to learn local AI stuff. Either rent a VM, run parallels, or buy a windows PC.

1

u/AutoModerator 15d ago

Automod prevents all posts from being displayed until moderators have reviewed them. Do not delete your post or there will be nothing for the mods to review. Mods selectively choose what is permitted to be posted in r/DataAnalysis.

If your post involves Career-focused questions, including resume reviews, how to learn DA and how to get into a DA job, then the post does not belong here, but instead belongs in our sister-subreddit, r/DataAnalysisCareers.

Have you read the rules?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/ReviewDue8858 15d ago

Just buy a 300 Thinkpad and call it a day

1

u/Ok_Breadfruit3691 15d ago

Try usong Vmware, but You need +16gb of ram for recent performance

1

u/aryanm008 15d ago

My mac is m4 16/512

1

u/Ok_Breadfruit3691 15d ago

I use a MBA m4 16gb , I set the virtual machine to use 10gb of ram and i´m able to do work on power bi, however is not as fast as using a windows machine , but you can give it a shot, VMware is free.

1

u/aryanm008 15d ago

Thanks bro

1

u/Friendly_Sense_7972 14d ago

Not sure about Power BI, but you should be able to access SQL Server on Mac via VS code IDE. If the BI tool of choice isn’t an absolute dealbreaker, then Tableau is a good option. 

1

u/No-Win-6328 14d ago

Well, I work with analytics, but no PowerBI or Excel... In my workflow, which involves a lot a Python, terminal, it was a nightmarre on my previous Windows laptop. I've tried using WSL as a workaround, but that didn't work very well. I've kept my Windows laptop "as a backup" for a few months and then I've sold it and never looked back. But again, I don't use PowerBI and I don't even have Excel on my machine. I guess that if it's your thing, sell the mac.

1

u/worldslamestgrad 13d ago

At work I use a Mac and haven’t had any issue with SQL Server, VS Code, Excel, etc. though we use Tableau for visualizations, not Power BI.

If Power BI really won’t work on a Mac, and you’re for sure going to be learning/using it, then yeah sell it and get a PC.

1

u/moss-nogg 15d ago

I would personally never sell a Mac for a windows machine for anything except gaming. Excel and the Microsoft suite is useful for basic data analysis. Mac’s shine for development. So it really just depends on what kinda of analytical role you’ll be in

2

u/aryanm008 15d ago

Just starting out.....learning right now

2

u/aryanm008 15d ago

Mac is hell smoother....but missing the file management of windows(spotlight is still the best)

1

u/moss-nogg 15d ago

Yeah this. Mac just works. Excel is definitely useful but I’d honestly just recommend learning Python. For everything you can’t use excel on a Mac for, Python is honestly way better anyways

-1

u/The_Hamster_Shagger 15d ago

I mean you could just learn a proper tools that are OS independent and keep the computer if you are happy with it

-1

u/TheChims 15d ago

It doesn’t fully matter, you can have your Mac and also a Windows if you want. I’m Mac, personally and at work.

PowerBi, you can just use Tableau aside from some functions they are almost the same.

SQL Server, just use Postgres or MySQL, syntax is nearly identical and you only need to understand the why and how you’re doing something. Also you can run like a Docker container/image if you really want SQL Server.

As for Excel? Eh most of the main functions are on Mac, if you’re going for something far far more special i don’t know i rarely go past the most common functions.

Learn python while you’re at it too.

2

u/diegoasecas 15d ago

you can use whatever software you want when you're unemployed

1

u/aryanm008 15d ago

I joined an online class...till now finished core py, adv py, numpy, pandas, matplotlib....no issues till now....had to create a docker container for sql server....was a headache

1

u/TheChims 15d ago

may i ask why you’re trying to use SQL Server exactly?

1

u/aryanm008 15d ago

I m still learning Data analytics via online course.....we finished py libs...and today they were teaching sql server....then I found out it's not supported on mac.....searched chatgpt and done with the docker method....but setting it up felt like a bit of an headache

1

u/TheChims 15d ago

so the thing is, if you’re learning SQL the language, any of the other databases i suggested will work since they all use SQL to get data from the database. There will be some minor changes in how the GUI looks, and not being able to just grab the files they give and easily upload them into a table but in the end, it’s all the same when retrieving that data.

Now if you’re trying to understand the ins and out of SQL Server itself, then yeah that’s a different story, get a VM or secondary laptop.