I'm a passionate Data Analyst from Brazil. Currently working at Memory since May 2023.
class Profile:
def __init__(self):
self.name = "Alef R. Pereira",
self.username = "AlefRP",
self.company = "Memory"
self.job = "Data Analytics",
self.start = "05-2023",
self.end = "Now"
def myname(self):
return self.name
def myusername(self):
return self.username
def mycompany(self):
return self.company
def myjob(self):
return self.job
def myperiod(self):
return self.start & " - " & self.end
If you find my work helpful or useful, consider buying me a coffee! Any support is greatly appreciated and will be used to continue producing great content.