Skip to content
View pavel-filatov's full-sized avatar
Block or Report

Block or report pavel-filatov

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
pavel-filatov/README.md
  • 👋 Hi, I’m @pavel-filatov
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned

  1. yelp-challenge yelp-challenge Public

    Project to demonstrate basic data engineering skills

    Scala

  2. fpinscala fpinscala Public

    Exercises and code examples from Functional Programming in Scala book ("The Red Book")

    Scala

  3. featr featr Public

    Tools for routine feature processing tasks

    R

  4. Parallel processing with Scala-Spark Parallel processing with Scala-Spark
    1
    object ParallelProcessing {
    2
    
                  
    3
      val queries: List[(String, String)] = List(
    4
        ("SELECT * FROM ABC", "output1"), 
    5
        ("SELECT * FROM XYZ", "output2")
  5. architechture-patterns-with-python architechture-patterns-with-python Public

    Repo for experiments following the book Architecture Patterns with Python

    Python

  6. fastapi-for-datascience fastapi-for-datascience Public

    Repo to code along with the book FastAPI for Data Science

    Python