Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

2nd Edition

0471180742, 978-0471180746

More Books

Students also viewed these Databases questions

Question

Do you agree with the ninth Circuit Court ruling? Why or why not?

Answered: 1 week ago

Question

3 How the market system answers four fundamental questions.

Answered: 1 week ago

Question

5 The mechanics of the circular flow model.

Answered: 1 week ago

Question

1 The difference between a command system and a market system.

Answered: 1 week ago