Skip to main content

About Me

A Brief Introduction

I am Shams ul Islam from Pakistan and I have completed my MSc in Chemical Engineering in 2016. Currently, I am working as an Executive Engineer in Sui Northern Gas Pipelines Limited. I have 09 years of working experience in projects, manufacturing, natural gas meter calibration, repair, procurement, and internal auditing as per IIA and RACI Framework. The highlights of these experiences include review and editing of AutoCAD drawing of water storage tanks; field supervision of welding activities at the hydropower construction site; shift management for DCP (Dicalcium Phosphate) and Gelatin production; conduct turnaround of the production plant annually; AGA Gas Measurement Manuals and Reports understanding; calibration, repair and procurement of industrial gas meters; ISO 9001, 17020, and 17025 implementation, auditing, and certifications; ISO training with RCA and Six Sigma from SGS International; internal audit of Telecom and SCADA, Metering, Distribution, and Transmission in SNGPL; in house training on Fire Safety, Accidents Prevention and Communication Skills.

Comments

Popular Posts

Analyze Historical Stock Data

The purpose of this article is to explain the code that is used to analyze historical stock data for Amazon Inc. (AMZN) using the Python programming language. Specifically, the code reads stock data from a CSV file, calculates daily returns and a 30-day moving average, visualizes the data using a line plot and a candlestick chart, and calculates summary statistics for the returns. The code begins by importing the pandas library and using it to read the stock data from a CSV file called "AMZN_stock_data.csv". The pandas library is a powerful tool for data manipulation and analysis and is commonly used in data science and financial analysis. The read_csv() function is used to read the stock data from the CSV file. The parse_dates parameter is set to True to ensure that the "Date" column is read in as a datetime object, which is important for plotting the data later on. The index_col parameter is set to 'Date' to use the Date column as the index for the DataFra

Contact Form

Name

Email *

Message *