Login using Social Account
     Continue with GoogleLogin using your credentials
Purpose: pandas is a software library written for the Python programming language for data manipulation and analysis.
Home Page: https://pandas.pydata.org/
Documentation: https://pandas.pydata.org/docs/
Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/833/ml-prerequisites-pandas?course_id=124&playlist_id=833
How to get started:
In the Notebook tab on the right side of the screen, make sure to be using Python3 Kernel. If not, you may change the kernel to Python3 as follows:
Click on Kernel -> Change Kernel -> Python3 from the menu at the top
Type the following code to import Pandas
import pandas as pd
Type the below code to check the version of Pandas
pd.__version__
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...