Work Portfolio Duae Mariam

Duae Mariam Work Protfolio

I have been working in reporting or MM Pakistan.

Currently I am a fulltime student in the department of Data Science and Business Analytics.

Throughout, my career, I have been involved in projects such as

Expense record management

Issuing Vouchers for customers

Record management

Social Media Marketing

As part of my studies, at University of Warsaw, I have been working in several Technical projects and participated in competitions to create and manage the databases as well as source and enrich the quality of required data elements, which are part of studies in Data Sciecne Program at UW.

This website is a personal project of mine, which helps me articulate my objectives and work ethic, as well as showcase my technical skills and expertise. The website helps me create an online presense and motivates me to create my data analytics exercises as such.

I will highlight code as this. and in each project where i have coworked with my colleagues, the reference is give as below

###########################################################
#                    Advanced Programming in R/ Python
#                    academic year 2022/2023                 
#                       Duae Mariam 
#                       Gizem Guleli   
########################################################### 


# Project Submission                                   
########################################################### 
#####################################
#Loading of libraries

library("R6")
library(Rcpp)
library(rbenchmark)

#####################################
#USE OF R6 to create a desired object type "class"


Stock_class <- R6Class("Stock_class",
                       public = list(
                         Stock_name = NULL, # we need to specify default values here
                         Price = NULL,
                         Dividend = NULL,
                         Volatility = NULL,
                         Traded_Currency = "USD",
                         RFree = 0.05,

Check out my latest CV here: ![Duae Mariam CV]: (https://drive.google.com/file/d/1Vfch03QI-grwxsEOg8zszlaF7fhsD97I/view?usp=sharing)