Answered step by step
Verified Expert Solution
Link Copied!

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

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_2

Step: 3

blur-text-image_3

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

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago