Question
Im guessing the teacher wants me too add in what's missing, as in make it make sense. QUESTION - 3a - fix the DataFrame code
Im guessing the teacher wants me too add in what's missing, as in make it make sense.
QUESTION - 3a - fix the DataFrame code below. Print out the dataframe::
Semester_df = df(colomns = "SemesterName","StartMonth"; "Temperature")) Course_df = Course.add({"Semestername",Winter:"StartMonth" Temperature:Cold), ignore_index) ###
Question 3b - Once you get the code working, add another row to the dataframe, for CISM3210
### QUESTION - 3c - Copy this data into Notepad. Save it as a .csv file.
''' SemesterName,StartMonth'; Temperature' Winter:January;Cold Summer:June=Hot Fall is warm and starts in August ''' ### QUESTION - 3d - Do the following to import the file you made into a DataFrame, program:: ### a) Fixing the syntax of the code. ### b) Changing the Path and file-name to the ones yuou used to save the text file. Path = "h:\Exam1_Files\\ Courses_df = panda_read.read_csv(Path + "exam1", low_memory-False, sep=',', header=1)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started