Random Informatics-practices - Data Handling And Visualization Practice
20 randomly selected questions from Data Handling And Visualization topics
Find the output of the following Python code:
import pandas as pd
com = pd.Series([45,12,15,200], index=['mouse', 'printer', 'webcam', 'keyboard'])
print(com[1:3])
Random Practice Session
Community Stats
Track Your Random Practice
Sign up to save your random practice progress and compare your performance across different categorys.