Skip to content
View polinabee's full-sized avatar
  • lvmh
  • paris

Block or report polinabee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
polinabee/README.md

Hi, I'm Polina πŸ‘©πŸ»β€πŸ’»

I'm a software and data engineer from San Francisco currently living in Barcelona Paris. My professional focus is in the intersection of engineering and analytics, specifically when it comes to building robust data pipelines, tools for effective analytics, and geospatial data systems.

When I'm not at my computer you can find me dancing in the air πŸ’ƒ , standing on my hands πŸ€ΈπŸ»β€β™€οΈ doing physiotherapy exercises, or drawing 🎨.

Many of my notebooks and code snippets live here

Pinned Loading

  1. dataform-co/dataform-scd dataform-co/dataform-scd Public

    Common data models for creating type-2 slowly changing dimensions tables from mutable data sources in Dataform.

    JavaScript 20 13

  2. ml-algorithms ml-algorithms Public

    Some Machine Learning algorithms implemented from scratch.

    Jupyter Notebook

  3. text-classification text-classification Public

    text classification using neural networks, for computational machine learning

    Jupyter Notebook

  4. text-mining text-mining Public

    Classes to explore various text embeddings and learning models

    Python

  5. Pandas Dataframe to PostgreSQL Quick... Pandas Dataframe to PostgreSQL Quick Conversion
    1
    import os
    2
    import psycopg2
    3
    from psycopg2.extras import execute_batch
    4
    import pandas as pd
    5
    
                  
  6. etl-project etl-project Public

    A simple ETL pipeline based on PostgreSQL, re-structuring schema for optimal analytics.

    Python