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);
});
}
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.
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.