Page 41 - IPP-12-2024
P. 41

"Intel Core i7 5th Gen(2.5Ghz)","AMD Ryzen 9-
               3900X(3.7Ghz)","Intel Core i7 7th Gen(2.5Ghz)",

               "Intel Core i7 8th Gen(2.3Ghz)"],"GPU_TYPE": ["NVIDIA GTX
               4000","AMD Radeon RX5700",
               "NVIDIA Quadro RTX p2000","NVIDIA Quadro RTX 4000","NVIDIA GTX
               6000","AMD Radeon 5600XT",

               "NVIDIA Quadro p4000","NVIDIA Quadro RTX 8000"],"PRICE":
               [34200,65400,40800,32200,46800,85700,43600,54900]}

               df2=pd.DataFrame(dict2)
               df2.set_index("S.No", inplace=True)

               print(df2)

               dict3={"S.No":[1,2,3],"MODEL_NAME":["Ace-32X700(2020)","Ace-
               55X750(2020)","Ace-77X800(2020)"],

               "DISPLAY_SIZE":[32,55,77],"DISPLAY_TYPE":["UHD OLED","UHD
               OLED", "UHD OLED"],"PRICE":[15990,

               45990,330990]}
               df3=pd.DataFrame(dict3)

               df3.set_index("S.No", inplace=True)

               print(df3)

               df4=pd.DataFrame({"D.code":
               ['1','2','3','4','5','6','7'],"Department":["Administration",

               "Purchase Department", "Production Department", "Research and
               Development", "Sales(Marketing & Ads)",

               "Human Resource", "Accounting & Finance"],"Manager": ["Mohan
               Pratap", "Varun S", "Ranjith RJ", "Sherin US",

               "Govind D", "Anjali P", "Prasad
               NP"],"Salary":['180000','120000','175000','150000','165000',

               '145000','160000'],"No. of Employees/years":
               [5,2365,5872,467,2467,73,55]})

               df4.set_index("D.code", inplace=True)

               print(df4)

               x7="c"

               while x7=="c":

                   print("\n\t\t\t\t A.C.E Electronics Private Ltd" "\n                               "
               "\n Details"
   36   37   38   39   40   41   42   43   44   45   46