Install Python and Jupyter Notebook. Review the instructions in the book and a video in the recommended readingsLinks to an external site. on the installation. Complete EX 1.02 from the book, beginning at Step #7. This exercise will demonstrate that you have installed Python and Jupyter correctly and can work with a set of data. The following are the two activities that will be completed using the sales.csv Download sales.csvdataset. Look at the first five rows of the sales DataFrame. Take a screenshot of the results. Check for null values and examine the data types of the columns. Take a screenshot of the results. Use this code to display today’s date and time: From datetime import datetime Current_dateTime = datetime.now() Print(current_dateTime) Copy the output (with no errors – you should be able to take one screenshot to display the head and info output along with the date) into a Word document and submit. You do not have to use a title page, just a one page document showing the screenshots of your output to demonstrate your ability to import the data and complete commands. Year Product line Product type Product Order method type Retailer country Revenue2004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone United States 315044.32004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Canada 14313.482004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Mexico 156644.52004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Brazil 59191.72 2004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Japan 7029.33
Install Python and Jupyter Notebook. Review the instructions in the book and a video in the recommended readingsLinks to an external site. on the installation.
Complete EX 1.02 from the book, beginning at Step #7. This exercise will demonstrate that you have installed Python and Jupyter correctly and can work with a set of data. The following are the two activities that will be completed using the sales.csv Download sales.csvdataset.
- Look at the first five rows of the sales DataFrame. Take a screenshot of the results.
- Check for null values and examine the data types of the columns. Take a screenshot of the results.
- Use this code to display today’s date and time:
Copy the output (with no errors – you should be able to take one screenshot to display the head and info output along with the date) into a Word document and submit. You do not have to use a title page, just a one page document showing the screenshots of your output to demonstrate your ability to import the data and complete commands.
2004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone United States 315044.3
2004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Canada 14313.48
2004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Mexico 156644.5
2004 Camping Equipment Cooking Gear TrailChef Water Bag Telephone Brazil 59191.72
Unlock instant AI solutions
Tap the button
to generate a solution