The Seven Planets Riddle
Author(s): Towards AI Team Can you solve the seven planets riddle? We bring you ten different solutions. Hop on board and give your brain a workout! Continue reading on Towards AI » Published via Towards AI …
Data Wrangling With Python — Part 1
Author(s): Amit Chauhan Useful transformation methods in data science Continue reading on Towards AI » Published via Towards AI …
Introduction to PySpark via AWS EMR and Hands-on EDA
Author(s): Kunj Mehta Performing EDA on NY Taxi Fare Dataset to see PySpark in action — because cloud computing is the next big thing! Continue reading on Towards AI » Published via Towards AI …
Monitor Home Temperature and Humidity With a Raspberry Pi and Prometheus
Author(s): Guillaume Vincent Learn how to export data from a sensor to Prometheus with Golang. Then visualize metrics in a Grafana dashboard Continue reading on Towards AI » Published via Towards AI …
Kubernetes vs. Docker Explained
Author(s): Tim Cvetko Why Kubernetes and Docker is not an either-or Question Continue reading on Towards AI » Published via Towards AI …
Procedural OCHL Stock Generator
Author(s): Michelangiolo Mazzeschi Procedurally generating synthetic stock data for simulation purposes. Full code available at my repo. Continue reading on Towards AI » Published via Towards AI …
Algorithmic Trading with Python and Machine Learning Part-1
Author(s): Mayank Vadsola What is algorithmic trading and how to get trading data Continue reading on Towards AI » Published via Towards AI …
Flight Delay Prediction
Author(s): Charanraj Shetty End to End Project Continue reading on Towards AI » Published via Towards AI …
How to Share Flask APIs with Shiny
Author(s): George Pipis A hands-on tutorial of how to share your python Flask APIs with R Shiny Continue reading on Towards AI » Published via Towards AI …
PySpark Snowflake Data Warehouse Read Write operations — Part2 (Read-Write)
Author(s): Vivek Chaudhary Programming PySpark Snowflake Data Warehouse Read Write operations — Part2 (Read-Write) The Objective of this story is to build an understanding of the Read and Write operations on the Snowflake Data warehouse table using Apache Spark API, Pyspark. In continuation to …