Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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