Skip to content
View drearondov's full-sized avatar
🏗️
Madly refactoring
🏗️
Madly refactoring
Block or Report

Block or report drearondov

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
drearondov/README.md

Hello / Hola! I'm Andrea

👩🏽‍💻 About Me

I am a Data Scientist from Arequipa (a city in Perou).

  • 🔭 I currently work in the engineering field using Data Analytic tools to solve engineering problems.
  • 🌱 Exploring Cloud Techologies integrations.
  • ⚡ In my free time I work on personal Data Analysis projects you can find here, paint or learn something.

🛠 Languages and Tools

I work with the following languages and toolboxes.

Languages

Python R SQL Julia
Python R SQL Julia

My main workhorse is Python, but I can also work with R and have been dabbling a bit with Julia. I can run basic SQL queries for SQLite and PostgrSQL, but mainly I use SQLAlchemy to interact with databases (everything can be learned eh? And I'm currently working on it).

Tools

HTML CSS Dash Flask Git Postman AWS
HTML5 CSS3 Dash Flask Git Postman AWS

This are the tools I use in my different projects. To create dashboards and web interfaces, I use Plotly Dash or Flask, which uses HTML and CSS, while, when I need a non-web front end I'll use Kivy a python based framework.

I'm currently working on integrating my projects with cloud services such as AWS

🔥 My Stats

Stats Most used langs

📚 My latest blogposts

Pinned Loading

  1. NLP-newspapersAnalysis NLP-newspapersAnalysis Public

    End-to-end NLP Project of news headlines for the main newspapers of Perú

    Jupyter Notebook 2 1

  2. nlp-newspapersDashboard nlp-newspapersDashboard Public

    Dashboard for Statistical and NLP Analysis of Newspapers Headlines

    Python

  3. airborne-cli airborne-cli Public

    A CLI utility to use the airborne.cam app to process several rooms at once, under multiple conditions from an input file

    Python 1

  4. cadavre_exquis cadavre_exquis Public

    Both a tool to help with the dreaded artist block and a collaborative game based on the surrealist technique of the Exquisite Corpse and Whiteout Poems. In this version of the game, the players wil…

    kvlang 1 1

  5. scrabbleScoreboard scrabbleScoreboard Public

    Rest API to collect Scrabble games data

    Python

  6. Constructs a Plotly Dash HTML table ... Constructs a Plotly Dash HTML table from a Pandas Dataframe
    1
    def create_stats_table(data_frame: pd.DataFrame) -> html.Table:
    2
        """Constructor for a Dash Table from a Data Frame
    3
    4
        Args:
    5
            data_frame (pd.DataFrame):  Source data for Table