diff --git a/soham/DETAILS.txt b/soham/DETAILS.txt new file mode 100644 index 0000000..2143111 --- /dev/null +++ b/soham/DETAILS.txt @@ -0,0 +1,2 @@ +NAME: SOHAM SHAH +EMAIL: SOHAM27@SOMAIYA.EDU \ No newline at end of file diff --git a/soham/first.py b/soham/first.py new file mode 100644 index 0000000..6024f54 --- /dev/null +++ b/soham/first.py @@ -0,0 +1,6 @@ +import pandas as pd +import numpy as np + +arr={'name':['aditya','harry','monish','sumeet','soham'],'age':['19','18','19','19','19'],'score':[10,8,9,7,8]} +df=pd.DataFrame(arr) +print(df)