An Introduction to Apache Airflow
I am starting a series of content regarding Apache Airflow. In the first part we will be looking on the basics.
I am starting a series of content regarding Apache Airflow. In the first part we will be looking on the basics.
I played around with poetry, another different library for dependency management in python. In case you don't know it, feel free to get updated.
An overview about Apache Spark and hints with debugging it in case your code is not working
You want to go for a job interview or want to check your knowledge in data science questions? Try out this interactive quiz I made. Happy quizzing!
Predict your salary by a model build based on stackoverflow survey data - Is your income ok?
I analysed if a model is able to predict the job satisfaction based on different programming languages and frameworks using stackoverflow 2020 survey data.
How to handle missing values in a column that you want to use for training a machine learning model.
As with a lot of programming languages, you sometimes need software that can only be executed in a particular combination or dependencies and a specific version of the programming language. To handle this issue in python, I prefer the pyenv and pipenv combination.