Question: Exercise 2: Exercise Objectives: Using basic shell commands in IPython. Using output statement in shell commands. Printing and listing the working directory and its contents.
Exercise 2:
Exercise Objectives:
Using basic shell commands in IPython.
Using output statement in shell commands.
Printing and listing the working directory and its contents.
Creating new directory.
Problem Description:
Use `DF_Info()` function that you implemented Exercise 1 (Copy it) and save that function as a script (DataFrameInfo.py) using the shell command. You are supposed to read covid_19 dataset using pandas dataframe and call `DF_Info()` in DataFrameInfo.py
Run "DataFrameInfo.py" using shell-related magic commands.
Print your name & Id using the print Shell command.
Print the working directory.
Print the contents of the working directory.
Create a new directory and name it as your Id.
Move "mnist_test.csv" from the sample_data directory to your new directory.
Change the working directory to be your new directory.
Print the contents of the working directory.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
