Mia J.

asked • 12/09/19

Need help writing python code to look at 3 things from an excel data file.

I need help with writing some codes for my project using Python. This is a very intro level class as I am an english major but took this class as interested in biostats (micro is my minor). We are allowed any and all outside help including our notes! I have an excel file that I've uploaded and most of my codes I think will be from Scipy and pandas which were quickly and superficially covered. Please help me write the code and analyze 2 or 3 things I want to look at from my csv file! This should be very simple if I'm getting tutored by a Python expert or someone with experience according to my professor. So I'm thinking around 30 mins max, however this is my first time, so a step-by-step guidance would be nice possible. Thank you! Please let me know!

Christopher A.

Mia, we don't have the csv file, but the basics of reading a csv in python are not too difficult. Since you want to analyze the data, I would suggest using the pandas module. First, import pandas and then use the pandas.read_csv() method to bring your data into a dataframe object. The dataframe will allow you to calculate statistics about your data. Hope that helps. Feel free to ask more questions.
Report

12/10/19

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.