Back to top

Rebekah Fowler

Data Analyst & Data Storyteller

const loader = new THREE.TextureLoader();
const scene = new THREE.Scene();

const camera = new THREE.PerspectiveCamera(
  70, window.innerWidth / window.innerHeight, 0.1, 1000 );

const renderer = new THREE.WebGL1Renderer({ antialias: true, });
renderer.setSize(window.innerWidth, window.innerHeight);
container.appendChild(renderer.domElement);

window.addEventListener('resize', () => {
  camera.aspect = window.innerWidth / window.innerHeight;
  camera.updateProjectionMatrix();
  renderer.setSize(window.innerWidth, window.innerHeight);
});

}
background art

About

Hello, I'm Rebekah Fowler, a freelance data analyst with two years of experience in freelancing. I specialize in Python, SQL, Tableau, and Excel, with expertise in working with financial data. My passion lies in unraveling the stories hidden within data, enabling organizations to make informed and impactful decisions.

Learn more about me

Skills

Python

Tableau

SQL/PostgreSQL

Excel

AWS

Learn more about my skills

Projects

S&P 500 Database

S&P 500 Database

Python

View S&P 500 Database
Marketing Analysis: Term Deposit Campaign

Marketing Analysis: Term Deposit Campaign

Tableau

View Marketing Analysis: Term Deposit Campaign
Bike Store Sales Analysis

Bike Store Sales Analysis

SQL

View Bike Store Sales Analysis
2022 Milwaukee Property Sales

2022 Milwaukee Property Sales

Excel

View 2022 Milwaukee Property Sales
Employee Churn Prediction

Employee Churn Prediction

Python

View Employee Churn Prediction
Adidas Sales Dashboard

Adidas Sales Dashboard

Tableau

View Adidas Sales Dashboard
Learn more about my projects

Contact

I am currently looking for new opportunities in data analysis and data science. If you would like to get in touch with me, please feel free to reach out to me via email or LinkedIn.

EmailLinkedInGitHubMedium