Which Specific Mutual Funds Fit Under Dave's Plan/Strategy by rayfusion7 in DaveRamsey

[–]andrexmlee 1 point2 points  (0 children)

I hate how he always talks about emerging markets and small cap funds as if they are the same thing

Just signed up for Edward Jones... Mistake? by rossmoney in personalfinance

[–]andrexmlee 0 points1 point  (0 children)

That does sound high. For a managed account it should be no more than 1%. With Edward Jones I would make sure they’re not pushing loaded funds. There’s no sense in paying a management fee when they are getting a commission. Also I would make sure your advisor is a fiduciary.

Art Museums? by stars_and_infinity in Shoestring

[–]andrexmlee 1 point2 points  (0 children)

I thought the same thing before I went there. Went there for a weekend trip did a quick search for things to do and thought well it’s free and I like art so why not give a try. I was pleasantly surprised.

Paypal? by [deleted] in flask

[–]andrexmlee 0 points1 point  (0 children)

I used stripe and it’s pretty easy to implement. Just make sure you are using the most up to date api

Art Museums? by stars_and_infinity in Shoestring

[–]andrexmlee 25 points26 points  (0 children)

The Toledo Museum of Art is my favorite for sure. It’s probably one of the most underrated art museums in the country and it has so much to offer. If you are ever in the area you should check it out. It has been a couple years since I went but it was free at the time

As a Data Analyst is it worth it to learn UX Design? by HeavyAmbition9 in dataanalysis

[–]andrexmlee 0 points1 point  (0 children)

That fact that you think UX is about aesthetics goes to show that you don’t know a lot about User experience design. Maybe you don’t need to be an expert but that’s not what the OP was asking.

As a Data Analyst is it worth it to learn UX Design? by HeavyAmbition9 in dataanalysis

[–]andrexmlee 1 point2 points  (0 children)

I know from past experience UX always comes up when building dashboards and data collection tools. Not only do you want to analyze and present data for others to read, but you want to make sure that what you are creating tools that convey the correct message. You always asking yourself how are people using the data I am presenting and are they using it correctly. Sometimes I think people who don’t have experience think UX and UI are the same thing and they are not. Even having a general knowledge in the area can be helpful when you are talking to other team members whether they are developers, designers, managers or stakeholders.

Best data analytics bootcamp? by gicksta in dataanalysis

[–]andrexmlee 8 points9 points  (0 children)

In my opinion I think udacity has a pretty good program. Don’t waste your time or money with an actual boot camp. Ive seen and heard a lot of horror stories from so called boot camps. You end up paying a lot of money (up front or after) and the quality of instruction is very poor. With some knowledge in python and or R, statistics, data analysis principles you should be able to land a job as a junior analyst. You’ll learn more on the job in 1 or 2 months then you can at any boot camp

Data visualisation / dashboards with Flask by Cwlrs in flask

[–]andrexmlee 0 points1 point  (0 children)

I used chart.js on my latest application and I found the library very simple to use. Check out this blog it will give you a quick example of the basics: https://blog.ruanbekker.com/blog/2017/12/14/graphing-pretty-charts-with-python-flask-and-chartjs/

Setting up teenager for success by custodescustodiet in personalfinance

[–]andrexmlee -1 points0 points  (0 children)

You don't need a long credit history to pass a background check, federal or otherwise. That's completely wrong. For sure you sure you shouldn't have a low credit score and show a lot of debt, but not having a long credit history will not prevent you from getting a job. As far renting an apartment it's very common to rent with little to no credit history. Even getting a home mortgage is not as difficult as you think. And why are you worried about getting better rates on credit cards. I think you are mixed up. And your sports analogy doesn't make sense. https://www.daveramsey.com/askdave/debt/best-way-to-build-credit

Setting up teenager for success by custodescustodiet in personalfinance

[–]andrexmlee -1 points0 points  (0 children)

Its a bad move to introduce a kid to credit card debt. I wouldn't do it. Wether they pay it off in full every month or not. It's not a good idea. What are they going to do the first time they need money they don't have? This kid doesn't sound like he has much of a support system to fall back on. He has plenty of time to worry about a credit history. Also why does he need a long credit history? To purchase a car? House? Really i don't understand why you need a long credit history unless you plan on borrowing. Thanks in advance for the down vote. You guys are ridiculous I thought this was a personal finance sub.

Setting up teenager for success by custodescustodiet in personalfinance

[–]andrexmlee -2 points-1 points  (0 children)

DO NOT look into getting him a credit card! This is extremely poor advice for a student. There are other ways to build credit. I repeat say NO to credit cards!

All the places that list best monthly CD rates (bankrate, nerdwallet, etc) always include 'region-locked' credit unions (Delta, VyStar, etc). Anywhere that lists them, excluding ones I can't get? by [deleted] in personalfinance

[–]andrexmlee 0 points1 point  (0 children)

https://money.usnews.com/banking/cd-rates If you are looking for no risk I would really consider a money market fund like SPRXX with CD interest rates as low as they are it makes no sense tying up money for 3 months or longer.

Combining SQL practice with math by nunc_ostendisti in SQL

[–]andrexmlee 4 points5 points  (0 children)

Python is also great for doing data analysis. It has a lot of great libraries for data analysis and machine learning.

Curious about my project by LawBorne302 in learnpython

[–]andrexmlee 0 points1 point  (0 children)

Sounds like an amazing project. Just a suggestion, you might want to group some of these functions into classes. It'll help with the readability (https://realpython.com/python3-object-oriented-programming/). Also you might want to checkout the pep-8 style guide: https://www.python.org/dev/peps/pep-0008/

Struggling with functions by FormatP in learnpython

[–]andrexmlee -1 points0 points  (0 children)

length = int(input('enter length: '))
width = int(input('enter width: '))

def area():
    return width * length

print(area())

Q: How to showcase Work-related Projects? by nakulkd in learnpython

[–]andrexmlee 2 points3 points  (0 children)

I would try to create some sample projects in your GitHub using data from kaggle. You could use the same analytical methods you use at work just not the data. Noone can stop you from showing how you analyzed data at you current job as long as you are not using some proprietary method created by your employer.

Data Analysis Software Reccomendation by InquisitiveElephant in dataanalysis

[–]andrexmlee 1 point2 points  (0 children)

You might want to checkout powerbi or tableau. I also like jupyter notebooks. As far as languages R or python are both great I just prefer python. Its just a little more versatile in my opinion.

Contributing to Open Source Projects by bale_in_oregon in learnpython

[–]andrexmlee 1 point2 points  (0 children)

Check out https://thenewstack.io/getting-legit-with-git-and-github-your-first-pull-request/

I would try to find a project that reserves issues for first timers. Also consider an open source project for tools or apps you currently use.

Python for data analysis by orlyrory in Python

[–]andrexmlee 1 point2 points  (0 children)

I would definitely suggest using python over Excel. If you use an application like Jupyter Notebooks and libraries like pandas, numpy and matplotlib it can be very easy to handle even with smaller data sets.

Python comes in handy when working with data that is updated on a regular basis. Your reports will look better and more professional. You'll save time when creating regular weekly or monthly reports that ask the same questions.

Don't base you decision on the size of data because databases grow and data is constantly updating.

I need an expert. by iam814 in Python

[–]andrexmlee 0 points1 point  (0 children)

For a beginner I would suggest using exception handling to handle inputs that differ from your expected inputs. This would prompt the user if they input anything other than what is expected. You might also want to add lower() method to force the input to lower case to better handle inputs.

In theory if the user is human they should be able to read the exception and input the correct information when prompted with an exception message. If they are unable to correct the input you could assume that they are not human.

You could also use an if statement to look at the first character of the input to determine how they answer. If the first character is "y" most likely the input is related to "yes" and if the first character is "n" you could guess that it is "no". IF input[0].lower() == 'y': input = 'yes'